summaryrefslogtreecommitdiff
path: root/features/profile
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-05-16 12:54:57 +0000
committerPhil Hughes <me@iamphill.com>2017-05-16 12:54:57 +0000
commitadc34e1cfe971c9a186791be607f47977c003f73 (patch)
tree45aec35b237314f333948ddf4ea672dcc600ed48 /features/profile
parente407279fd021d1da9dcb3a05a04579bcc0550299 (diff)
downloadgitlab-ce-adc34e1cfe971c9a186791be607f47977c003f73.tar.gz
Rename Personal Audit Log
Diffstat (limited to 'features/profile')
-rw-r--r--features/profile/active_tab.feature6
-rw-r--r--features/profile/profile.feature2
2 files changed, 4 insertions, 4 deletions
diff --git a/features/profile/active_tab.feature b/features/profile/active_tab.feature
index 788b7895d72..21d7d6c3800 100644
--- a/features/profile/active_tab.feature
+++ b/features/profile/active_tab.feature
@@ -23,7 +23,7 @@ Feature: Profile Active Tab
Then the active main tab should be Preferences
And no other main tabs should be active
- Scenario: On Profile Audit Log
- Given I visit Audit Log page
- Then the active main tab should be Audit Log
+ Scenario: On Profile Authentication log
+ Given I visit Authentication log page
+ Then the active main tab should be Authentication log
And no other main tabs should be active
diff --git a/features/profile/profile.feature b/features/profile/profile.feature
index 70f47c97173..3263d3e212b 100644
--- a/features/profile/profile.feature
+++ b/features/profile/profile.feature
@@ -63,7 +63,7 @@ Feature: Profile
Given I logout
And I sign in via the UI
And I have activity
- When I visit Audit Log page
+ When I visit Authentication log page
Then I should see my activity
Scenario: I visit my user page