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:
authorClement Ho <ClemMakesApps@gmail.com>2017-06-06 19:16:02 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-06-06 19:16:02 +0300
commitb6bded14be238b0170518ff516ff1e0545164565 (patch)
treeab08756070ff317abe68d0d0ce100546d4fa21cd /features
parentaaad42dd37269e94bdeb24ebdbc57ae29ce00577 (diff)
parent02a877acc19d821e4ae2a9e81b58c058dd5d2159 (diff)
Merge branch 'master' into auto-search-when-state-changed
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/fork.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/fork.rb b/features/steps/project/fork.rb
index 7591e7d5612..14932491daa 100644
--- a/features/steps/project/fork.rb
+++ b/features/steps/project/fork.rb
@@ -5,7 +5,7 @@ class Spinach::Features::ProjectFork < Spinach::FeatureSteps
step 'I click link "Fork"' do
expect(page).to have_content "Shop"
- click_link "Fork project"
+ click_link "Fork"
end
step 'I am a member of project "Shop"' do