Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-23 17:48:52 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-23 17:48:52 +0300
commit12e09986350344ee05bd87dc70014510dfff68c3 (patch)
tree11906885be2d0491a75fe86a9c8c0de1f7ec77e7 /features
parentb5e7096cbfe67cbf7c0faee15ddb8adf6c5a8779 (diff)
Refactor rake tasks for tests
Diffstat (limited to 'features')
-rw-r--r--features/project/source/browse_files.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index 90b966dd645..af68cb96ed9 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -45,7 +45,7 @@ Feature: Project Source Browse Files
Then I am redirected to the new file on new branch
And I should see its new content
- @javascript @tricky
+ @javascript
Scenario: I can create file in empty repo
Given I own an empty project
And I visit my empty project page