Welcome to mirror list, hosted at ThFree Co, Russian Federation.

shortcuts.feature « dashboard « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c25b3926c9d780c1156489530f71d02808668e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@dashboard
Feature: Dashboard shortcuts
  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