WebEditor: spinach
This commit is contained in:
parent
42bdfd021b
commit
358d7eff7d
2 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue