debian-mirror-gitlab/features/profile/active_tab.feature

30 lines
917 B
Gherkin
Raw Normal View History

2014-09-02 18:07:02 +05:30
@profile
2015-04-26 12:48:37 +05:30
Feature: Profile Active Tab
2014-09-02 18:07:02 +05:30
Background:
Given I sign in as a user
Scenario: On Profile Home
Given I visit profile page
Then the active main tab should be Home
And no other main tabs should be active
Scenario: On Profile Account
Given I visit profile account page
Then the active main tab should be Account
And no other main tabs should be active
Scenario: On Profile SSH Keys
Given I visit profile SSH keys page
Then the active main tab should be SSH Keys
And no other main tabs should be active
2015-09-11 14:41:01 +05:30
Scenario: On Profile Preferences
Given I visit profile preferences page
Then the active main tab should be Preferences
2014-09-02 18:07:02 +05:30
And no other main tabs should be active
2017-09-10 17:25:29 +05:30
Scenario: On Profile Authentication log
Given I visit Authentication log page
Then the active main tab should be Authentication log
2014-09-02 18:07:02 +05:30
And no other main tabs should be active