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:
authorDouwe Maan <douwe@gitlab.com>2015-12-21 14:14:09 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-21 14:15:52 +0300
commitcfa716ebe0f149fd3f152d90c4dcf32ea450b486 (patch)
tree95d4953b330c70eab318a0db46318e70dcb5f7b9 /features/project
parentc910bca730561da3361faec56ef509e25a798c66 (diff)
Fix spec
Diffstat (limited to 'features/project')
-rw-r--r--features/project/source/browse_files.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index 937db23d928..a8c276b949e 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -70,7 +70,7 @@ Feature: Project Source Browse Files
And I fill the commit message
And I fill the new branch name
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
@javascript
@@ -120,7 +120,7 @@ Feature: Project Source Browse Files
And I fill the replace file commit message
And I click on "Replace 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
@javascript