Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-01 18:58:00 +0300
committerPhil Hughes <me@iamphill.com>2016-03-11 12:51:07 +0300
commitd5f145bf8be6c787044726a8e77f928a78d0e100 (patch)
treef4ffebf317bcb06bb29564db9d1b58adbaad597d /features/steps/profile
parentf48f51ac7e204aa174effcda7cc79e06e2bbaba0 (diff)
Fixed failing tests
Diffstat (limited to 'features/steps/profile')
-rw-r--r--features/steps/profile/profile.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index 0c60328583a..d9436e9e21a 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -99,9 +99,9 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
end
step 'I reset my token' do
- page.within '.update-token' do
+ page.within '.private-token' do
@old_token = @user.private_token
- click_button "Reset"
+ click_button "Reset private token"
end
end