BigW Consortium Gitlab

active_tab.feature 1.28 KB
Newer Older
1
@admin
2
Feature: Admin Active Tab
3 4 5 6 7 8 9 10 11 12 13 14 15
  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

16 17 18 19 20
  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

21 22 23 24 25 26 27 28 29 30
  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

31 32 33 34 35
  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

36 37 38 39 40 41 42 43 44
  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