diff options
| author | Valery Sizov <vsv2711@gmail.com> | 2015-07-03 14:54:50 +0300 |
|---|---|---|
| committer | Valery Sizov <vsv2711@gmail.com> | 2015-07-06 12:36:08 +0300 |
| commit | 411829fdb5f24f97ce17e05f5fd018d47075b216 (patch) | |
| tree | aa39d65d78e0aa719df07ab268522a5bc3cb371f /features/steps/profile | |
| parent | 8ba83cbab86349c5fa5ce5034df6ffc8225f137c (diff) | |
| download | gitlab-ce-411829fdb5f24f97ce17e05f5fd018d47075b216.tar.gz | |
Audit log for user authentication
Diffstat (limited to 'features/steps/profile')
| -rw-r--r-- | features/steps/profile/active_tab.rb | 4 | ||||
| -rw-r--r-- | features/steps/profile/profile.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/features/steps/profile/active_tab.rb b/features/steps/profile/active_tab.rb index 79e3b55f6e1..4724a326277 100644 --- a/features/steps/profile/active_tab.rb +++ b/features/steps/profile/active_tab.rb @@ -19,7 +19,7 @@ class Spinach::Features::ProfileActiveTab < Spinach::FeatureSteps ensure_active_main_tab('Preferences') end - step 'the active main tab should be History' do - ensure_active_main_tab('History') + step 'the active main tab should be Audit Log' do + ensure_active_main_tab('Audit Log') end end diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index 11e1163c352..2b6b8b167f6 100644 --- a/features/steps/profile/profile.rb +++ b/features/steps/profile/profile.rb @@ -115,7 +115,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps end step 'I should see my activity' do - expect(page).to have_content "#{current_user.name} closed issue" + expect(page).to have_content "Signed in with standard authentication" end step 'my password is expired' do |
