summaryrefslogtreecommitdiff
path: root/features/project/source
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-21 12:27:52 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-21 12:27:52 +0200
commit37187336b1ae92751d98f33d1f378aac069ecdaa (patch)
tree9c29ec0e5a8619556c77dcfad8f1553e88bf3380 /features/project/source
parent28da2a8bdc8fd5cbb05a32933c0ab1c56202481f (diff)
downloadgitlab-ce-37187336b1ae92751d98f33d1f378aac069ecdaa.tar.gz
Team features are green now
Diffstat (limited to 'features/project/source')
-rw-r--r--features/project/source/browse_files.feature4
-rw-r--r--features/project/source/git_blame.feature2
2 files changed, 3 insertions, 3 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index 0b8495ffc58..ee26f5371a9 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -12,7 +12,7 @@ Feature: Project Browse files
Then I should see files from repository for "8470d70"
Scenario: I browse file content
- Given I click on "Gemfile" file in repo
+ Given I click on "Gemfile.lock" file in repo
Then I should see it content
Scenario: I browse raw file
@@ -22,6 +22,6 @@ Feature: Project Browse files
@javascript
Scenario: I can edit file
- Given I click on "Gemfile" file in repo
+ Given I click on "Gemfile.lock" file in repo
And I click button "edit"
Then I can edit code
diff --git a/features/project/source/git_blame.feature b/features/project/source/git_blame.feature
index 93ed20a8c42..3b20437a875 100644
--- a/features/project/source/git_blame.feature
+++ b/features/project/source/git_blame.feature
@@ -5,6 +5,6 @@ Feature: Project Browse git repo
Given I visit project source page
Scenario: I blame file
- Given I click on "Gemfile" file in repo
+ Given I click on "Gemfile.lock" file in repo
And I click blame button
Then I should see git file blame