gitlab-org--gitlab-foss/features/project/shortcuts.feature

64 lines
1.7 KiB
Gherkin
Raw Normal View History

2014-08-21 08:14:31 +00:00
@dashboard
Feature: Project Shortcuts
2014-08-21 08:14:31 +00:00
Background:
Given I sign in as a user
And I own a project
And I visit my project's commits page
2014-08-21 08:14:31 +00:00
@javascript
Scenario: Navigate to files tab
Given I press "g" and "f"
2016-06-21 14:54:02 +00:00
Then the active main tab should be Repository
Then the active sub tab should be Files
2014-08-21 08:14:31 +00:00
@javascript
Scenario: Navigate to commits tab
Given I visit my project's files page
2014-08-21 08:14:31 +00:00
Given I press "g" and "c"
2016-06-21 14:54:02 +00:00
Then the active main tab should be Repository
Then the active sub tab should be Commits
2014-08-21 08:14:31 +00:00
@javascript
Scenario: Navigate to graph tab
2014-08-21 08:14:31 +00:00
Given I press "g" and "n"
Then the active sub tab should be Graph
2016-06-21 14:54:02 +00:00
And the active main tab should be Repository
2014-08-21 08:14:31 +00:00
@javascript
Scenario: Navigate to repository charts tab
2017-03-30 16:37:37 +00:00
Given I press "g" and "d"
Then the active sub tab should be Charts
And the active main tab should be Repository
2014-08-21 08:14:31 +00:00
@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 sub tab should be Home
And the active main tab should be Project
@javascript
Scenario: Navigate to project feed
Given I press "g" and "e"
Then the active sub tab should be Activity
And the active main tab should be Project