summaryrefslogtreecommitdiff
path: root/features/project/shortcuts.feature
blob: c73d0b323376899f2b26255e23a51439c90f965f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@dashboard
Feature: Project Shortcuts
  Background:
    Given I sign in as a user
    And I own a project
    And I visit my project's commits page

  @javascript
  Scenario: Navigate to files tab
    Given I press "g" and "f"
    Then the active main tab should be Code
    Then the active sub tab should be Files

  @javascript
  Scenario: Navigate to commits tab
    Given I visit my project's files page
    Given I press "g" and "c"
    Then the active main tab should be Code
    Then the active sub tab should be Commits

  @javascript
  Scenario: Navigate to network tab
    Given I press "g" and "n"
    Then the active sub tab should be Network
    And the active main tab should be Code

  @javascript
  Scenario: Navigate to graphs tab
    Given I press "g" and "g"
    Then the active main tab should be Graphs

  @javascript
  Scenario: Navigate to issues 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

  @javascript
  Scenario: Navigate to snippets tab
    Given I press "g" and "s"
    Then the active main tab should be Snippets

  @javascript
  Scenario: Navigate to wiki tab
    Given I press "g" and "w"
    Then the active main tab should be Wiki

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

  @javascript
  Scenario: Navigate to project feed
    Given I press "g" and "e"
    Then the active main tab should be Activity