2014-09-02 18:07:02 +05:30
|
|
|
@admin
|
2015-04-26 12:48:37 +05:30
|
|
|
Feature: Admin Active Tab
|
2014-09-02 18:07:02 +05:30
|
|
|
Background:
|
|
|
|
Given I sign in as an admin
|
|
|
|
|
|
|
|
Scenario: On Admin Home
|
|
|
|
Given I visit admin page
|
2016-06-16 23:09:34 +05:30
|
|
|
Then the active main tab should be Overview
|
2014-09-02 18:07:02 +05:30
|
|
|
And no other main tabs should be active
|
|
|
|
|
|
|
|
Scenario: On Admin Projects
|
|
|
|
Given I visit admin projects page
|
2016-06-16 23:09:34 +05:30
|
|
|
Then the active main tab should be Overview
|
|
|
|
And the active sub tab should be Projects
|
2014-09-02 18:07:02 +05:30
|
|
|
And no other main tabs should be active
|
2016-06-16 23:09:34 +05:30
|
|
|
And no other sub tabs should be active
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
Scenario: On Admin Groups
|
|
|
|
Given I visit admin groups page
|
2016-06-16 23:09:34 +05:30
|
|
|
Then the active main tab should be Overview
|
|
|
|
And the active sub tab should be Groups
|
2014-09-02 18:07:02 +05:30
|
|
|
And no other main tabs should be active
|
2016-06-16 23:09:34 +05:30
|
|
|
And no other sub tabs should be active
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
Scenario: On Admin Users
|
|
|
|
Given I visit admin users page
|
2016-06-16 23:09:34 +05:30
|
|
|
Then the active main tab should be Overview
|
|
|
|
And the active sub tab should be Users
|
2014-09-02 18:07:02 +05:30
|
|
|
And no other main tabs should be active
|
2016-06-16 23:09:34 +05:30
|
|
|
And no other sub tabs should be active
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
Scenario: On Admin Logs
|
|
|
|
Given I visit admin logs page
|
2016-06-16 23:09:34 +05:30
|
|
|
Then the active main tab should be Monitoring
|
|
|
|
And the active sub tab should be Logs
|
2014-09-02 18:07:02 +05:30
|
|
|
And no other main tabs should be active
|
2016-06-16 23:09:34 +05:30
|
|
|
And no other sub tabs should be active
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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
|
2016-06-16 23:09:34 +05:30
|
|
|
Then the active main tab should be Monitoring
|
|
|
|
And the active sub tab should be Resque
|
2014-09-02 18:07:02 +05:30
|
|
|
And no other main tabs should be active
|
2016-06-16 23:09:34 +05:30
|
|
|
And no other sub tabs should be active
|