summaryrefslogtreecommitdiff
path: root/features/profile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-03-29 16:46:13 -0400
committerRobert Speicher <rspeicher@gmail.com>2017-04-19 18:55:36 -0400
commit40ba2f7d207a16376908ea0f6db6699808aa29e2 (patch)
treeffae34b50f185e0ea215e185c003f66b82dfadb3 /features/profile
parent4ef0c6888b7035c1dc6ef8f9ecfa5dfb63884b98 (diff)
downloadgitlab-ce-40ba2f7d207a16376908ea0f6db6699808aa29e2.tar.gz
Except where necessary, use `sign_in` over `login_as` in features
Diffstat (limited to 'features/profile')
-rw-r--r--features/profile/profile.feature4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature
index dc1339deb4c..70f47c97173 100644
--- a/features/profile/profile.feature
+++ b/features/profile/profile.feature
@@ -60,7 +60,9 @@ Feature: Profile
Then I should see a password error message
Scenario: I visit history tab
- Given I have activity
+ Given I logout
+ And I sign in via the UI
+ And I have activity
When I visit Audit Log page
Then I should see my activity