summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-12 19:56:06 +0300
committerValeriy Sizov <vsv2711@gmail.com>2012-10-12 20:07:24 +0300
commit358d7eff7d1f4b7a3150d38d9dbe03fe02491ae2 (patch)
tree777236572ad99a20823fc4bb35fafabe6e638cc5 /features/project
parent42bdfd021ba8cc8b634a23e3c5c2ac605f4c602c (diff)
downloadgitlab-ce-358d7eff7d1f4b7a3150d38d9dbe03fe02491ae2.tar.gz
WebEditor: spinach
Diffstat (limited to 'features/project')
-rw-r--r--features/project/source/browse_files.feature6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index b12b0ee3e36..9a635fa6bbd 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -19,3 +19,9 @@ Feature: Project Browse files
Given I visit blob file from repo
And I click link "raw"
Then I should see raw file content
+
+ @javascript
+ Scenario: I can edit file
+ Given I click on "Gemfile" file in repo
+ And I click button "Edit"
+ Then I can edit file