shortcuts.feature 513 Bytes
Newer Older
1
@dashboard
2
Feature: Dashboard Shortcuts
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
  Background:
    Given I sign in as a user
    And I visit dashboard page

  @javascript
  Scenario: Navigate to projects tab
    Given I press "g" and "p"
    Then the active main tab should be Projects

  @javascript
  Scenario: Navigate to issue tab
    Given I press "g" and "i"
    Then the active main tab should be Issues

  @javascript
  Scenario: Navigate to merge requests tab
    Given I press "g" and "m"
    Then the active main tab should be Merge Requests