2014-06-04 16:55:27 -04:00
|
|
|
@profile
|
2014-10-02 12:42:54 -04:00
|
|
|
Feature: Profile Active Tab
|
2012-09-25 20:11:57 -04:00
|
|
|
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-06-05 14:00:21 -04:00
|
|
|
Scenario: On Profile Preferences
|
|
|
|
Given I visit profile preferences page
|
|
|
|
Then the active main tab should be Preferences
|
2012-09-25 20:11:57 -04:00
|
|
|
And no other main tabs should be active
|
|
|
|
|
2017-05-16 08:54:57 -04:00
|
|
|
Scenario: On Profile Authentication log
|
|
|
|
Given I visit Authentication log page
|
|
|
|
Then the active main tab should be Authentication log
|
2012-09-25 20:11:57 -04:00
|
|
|
And no other main tabs should be active
|