Set right test as tricky

This commit is contained in:
Dmitriy Zaporozhets 2015-01-29 23:48:00 -08:00
parent b21565f18d
commit d5d1802096
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Feature: Project Source Browse Files
Given I click on "new file" link in repo
Then I can see new file page
@javascript @tricky
@javascript
Scenario: I can create and commit file
Given I click on "new file" link in repo
And I edit code
@ -34,7 +34,7 @@ Feature: Project Source Browse Files
Then I am redirected to the new file
And I should see its new content
@javascript
@javascript @tricky
Scenario: I can create file in empty repo
Given I own an empty project
And I visit my empty project page