summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/help.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-11 12:27:38 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-11 12:27:38 +0000
commit5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa (patch)
treedbf754ad57c523759284cf5d8af84fd9f096701a /features/steps/dashboard/help.rb
parent2f706fbd231cabe7a76a5d17ac44285aaaf8592c (diff)
parent3a63c00505307a1d1e8196c0eae72a79b2a6885f (diff)
downloadgitlab-ce-5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa.tar.gz
Merge branch 'revert-satellites' into 'master'
Revert satellites Return satellites to master for 7.14 We remove satellites in next release (8.0) See merge request !1136
Diffstat (limited to 'features/steps/dashboard/help.rb')
-rw-r--r--features/steps/dashboard/help.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/help.rb b/features/steps/dashboard/help.rb
index 800e869533e..86ab31a58ab 100644
--- a/features/steps/dashboard/help.rb
+++ b/features/steps/dashboard/help.rb
@@ -16,6 +16,6 @@ class Spinach::Features::DashboardHelp < Spinach::FeatureSteps
end
step 'Header "Rebuild project satellites" should have correct ids and links' do
- header_should_have_correct_id_and_link(2, 'Check GitLab configuration', 'check-gitlab-configuration', '.documentation')
+ header_should_have_correct_id_and_link(2, '(Re-)Create satellite repositories', 're-create-satellite-repositories', '.documentation')
end
end