Commit cfa716eb authored by Douwe Maan's avatar Douwe Maan

Fix spec

parent c910bca7
...@@ -70,7 +70,7 @@ Feature: Project Source Browse Files ...@@ -70,7 +70,7 @@ Feature: Project Source Browse Files
And I fill the commit message And I fill the commit message
And I fill the new branch name And I fill the new branch name
And I click on "Commit Changes" And I click on "Commit Changes"
Then I am redirected to the fork's new merge request page Then I am redirected to the new merge request page
And I should see its new content And I should see its new content
@javascript @javascript
...@@ -120,7 +120,7 @@ Feature: Project Source Browse Files ...@@ -120,7 +120,7 @@ Feature: Project Source Browse Files
And I fill the replace file commit message And I fill the replace file commit message
And I click on "Replace file" And I click on "Replace file"
Then I can see the new text file Then I can see the new text file
And I am redirected to the new merge request page And I am redirected to the fork's new merge request page
And I can see the replacement commit message And I can see the replacement commit message
@javascript @javascript
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment