2014-06-04 16:55:27 -04:00
|
|
|
@dashboard
|
2015-04-13 17:19:04 -04:00
|
|
|
Feature: Dashboard Active Tab
|
2012-09-25 20:11:57 -04:00
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
|
|
|
|
|
|
|
Scenario: On Dashboard Home
|
|
|
|
Given I visit dashboard page
|
|
|
|
Then the active main tab should be Home
|
|
|
|
And no other main tabs should be active
|
|
|
|
|
|
|
|
Scenario: On Dashboard Issues
|
|
|
|
Given I visit dashboard issues page
|
|
|
|
Then the active main tab should be Issues
|
|
|
|
And no other main tabs should be active
|
|
|
|
|
|
|
|
Scenario: On Dashboard Merge Requests
|
|
|
|
Given I visit dashboard merge requests page
|
|
|
|
Then the active main tab should be Merge Requests
|
|
|
|
And no other main tabs should be active
|
2015-04-15 05:13:49 -04:00
|
|
|
|
|
|
|
Scenario: On Dashboard Help
|
|
|
|
Given I visit dashboard help page
|
|
|
|
Then the active main tab should be Help
|
|
|
|
And no other main tabs should be active
|