diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-01 15:58:00 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-11 09:51:07 +0000 |
commit | d5f145bf8be6c787044726a8e77f928a78d0e100 (patch) | |
tree | f4ffebf317bcb06bb29564db9d1b58adbaad597d /features | |
parent | f48f51ac7e204aa174effcda7cc79e06e2bbaba0 (diff) | |
download | gitlab-ce-d5f145bf8be6c787044726a8e77f928a78d0e100.tar.gz |
Fixed failing tests
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/profile/profile.rb | 4 |
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 |