Fix schortcut tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-07-08 17:36:31 +02:00
parent 39a4bb2abd
commit 0ebe8be02d
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Feature: Project Shortcuts
Background:
Given I sign in as a user
And I own a project
And I visit my project's home page
And I visit my project's commits page
@javascript
Scenario: Navigate to files tab
@ -12,6 +12,7 @@ Feature: Project Shortcuts
@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 Commits
@ -47,7 +48,6 @@ Feature: Project Shortcuts
@javascript
Scenario: Navigate to project home
Given I visit my project's files page
Given I press "g" and "p"
Then the active main tab should be Home