summaryrefslogtreecommitdiff
path: root/features/project/source
diff options
context:
space:
mode:
Diffstat (limited to 'features/project/source')
-rw-r--r--features/project/source/browse_files.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index ec2aff4377d..ee8d0bffa9b 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -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