debian-mirror-gitlab/features/project/shortcuts.feature

58 lines
1.4 KiB
Gherkin
Raw Normal View History

2015-04-26 12:48:37 +05:30
@dashboard
Feature: Project Shortcuts
Background:
Given I sign in as a user
And I own a project
2015-09-11 14:41:01 +05:30
And I visit my project's commits page
2015-04-26 12:48:37 +05:30
@javascript
Scenario: Navigate to files tab
Given I press "g" and "f"
Then the active main tab should be Files
@javascript
Scenario: Navigate to commits tab
2015-09-11 14:41:01 +05:30
Given I visit my project's files page
2015-04-26 12:48:37 +05:30
Given I press "g" and "c"
Then the active main tab should be Commits
@javascript
Scenario: Navigate to network tab
Given I press "g" and "n"
Then the active main tab should be Network
@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
2015-09-11 14:41:01 +05:30
Scenario: Navigate to project home
2015-04-26 12:48:37 +05:30
Given I press "g" and "p"
Then the active main tab should be Home
2015-09-11 14:41:01 +05:30
@javascript
Scenario: Navigate to project feed
Given I press "g" and "e"
Then the active main tab should be Activity