diff options
Diffstat (limited to 'features/profile/profile.feature')
-rw-r--r-- | features/profile/profile.feature | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index dc1339deb4c..3263d3e212b 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -60,8 +60,10 @@ Feature: Profile Then I should see a password error message Scenario: I visit history tab - Given I have activity - When I visit Audit Log page + Given I logout + And I sign in via the UI + And I have activity + When I visit Authentication log page Then I should see my activity Scenario: I visit my user page |