Skip to content
Snippets Groups Projects
Unverified Commit 0ebe8be0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix schortcut tests

parent 39a4bb2a
No related branches found
No related tags found
1 merge request!938New project home page
Loading
@@ -3,7 +3,7 @@ Feature: Project Shortcuts
Loading
@@ -3,7 +3,7 @@ Feature: Project Shortcuts
Background: Background:
Given I sign in as a user Given I sign in as a user
And I own a project And I own a project
And I visit my project's home page And I visit my project's commits page
   
@javascript @javascript
Scenario: Navigate to files tab Scenario: Navigate to files tab
Loading
@@ -12,6 +12,7 @@ Feature: Project Shortcuts
Loading
@@ -12,6 +12,7 @@ Feature: Project Shortcuts
   
@javascript @javascript
Scenario: Navigate to commits tab Scenario: Navigate to commits tab
Given I visit my project's files page
Given I press "g" and "c" Given I press "g" and "c"
Then the active main tab should be Commits Then the active main tab should be Commits
   
Loading
@@ -47,7 +48,6 @@ Feature: Project Shortcuts
Loading
@@ -47,7 +48,6 @@ Feature: Project Shortcuts
   
@javascript @javascript
Scenario: Navigate to project home Scenario: Navigate to project home
Given I visit my project's files page
Given I press "g" and "p" Given I press "g" and "p"
Then the active main tab should be Home Then the active main tab should be Home
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment