Commit 0ebe8be0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix schortcut tests

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 39a4bb2a
...@@ -3,7 +3,7 @@ Feature: Project Shortcuts ...@@ -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
...@@ -12,6 +12,7 @@ Feature: Project Shortcuts ...@@ -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
...@@ -47,7 +48,6 @@ Feature: Project Shortcuts ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment