2014-06-04 16:55:27 -04:00
|
|
|
@admin
|
2014-10-07 17:28:38 -04:00
|
|
|
Feature: Admin Active Tab
|
2012-09-25 20:11:57 -04:00
|
|
|
Background:
|
|
|
|
Given I sign in as an admin
|
|
|
|
|
|
|
|
Scenario: On Admin Home
|
|
|
|
Given I visit admin page
|
|
|
|
Then the active main tab should be Home
|
|
|
|
And no other main tabs should be active
|
|
|
|
|
|
|
|
Scenario: On Admin Projects
|
|
|
|
Given I visit admin projects page
|
|
|
|
Then the active main tab should be Projects
|
|
|
|
And no other main tabs should be active
|
|
|
|
|
2012-11-28 11:08:25 -05:00
|
|
|
Scenario: On Admin Groups
|
|
|
|
Given I visit admin groups page
|
|
|
|
Then the active main tab should be Groups
|
|
|
|
And no other main tabs should be active
|
|
|
|
|
2012-09-25 20:11:57 -04:00
|
|
|
Scenario: On Admin Users
|
|
|
|
Given I visit admin users page
|
|
|
|
Then the active main tab should be Users
|
|
|
|
And no other main tabs should be active
|
|
|
|
|
|
|
|
Scenario: On Admin Logs
|
|
|
|
Given I visit admin logs page
|
|
|
|
Then the active main tab should be Logs
|
|
|
|
And no other main tabs should be active
|
|
|
|
|
2013-11-12 07:32:17 -05:00
|
|
|
Scenario: On Admin Messages
|
|
|
|
Given I visit admin messages page
|
|
|
|
Then the active main tab should be Messages
|
|
|
|
And no other main tabs should be active
|
|
|
|
|
2012-09-25 20:11:57 -04:00
|
|
|
Scenario: On Admin Hooks
|
|
|
|
Given I visit admin hooks page
|
|
|
|
Then the active main tab should be Hooks
|
|
|
|
And no other main tabs should be active
|
|
|
|
|
|
|
|
Scenario: On Admin Resque
|
|
|
|
Given I visit admin Resque page
|
|
|
|
Then the active main tab should be Resque
|
|
|
|
And no other main tabs should be active
|