diff options
author | Shinya Maeda <shinya@gitlab.com> | 2017-07-14 23:26:14 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2017-07-20 15:04:52 +0900 |
commit | 96fe285cfb1eb36aadee0905fd06efddef92aa19 (patch) | |
tree | dd724a8350e5b19c48756604f568a09d4379c321 /spec/features/admin | |
parent | ecc83b5f9cfdb1c195f914616fd2cefb0306e1a6 (diff) | |
download | gitlab-ce-96fe285cfb1eb36aadee0905fd06efddef92aa19.tar.gz |
Fix spec
Diffstat (limited to 'spec/features/admin')
-rw-r--r-- | spec/features/admin/admin_runners_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_runners_spec.rb b/spec/features/admin/admin_runners_spec.rb index c8164d068e6..a945995e226 100644 --- a/spec/features/admin/admin_runners_spec.rb +++ b/spec/features/admin/admin_runners_spec.rb @@ -54,7 +54,7 @@ describe "Admin Runners" do end it 'has all necessary texts including no runner message' do - expect(page).to have_text "To register a new Runner" + expect(page).to have_text "How to setup" expect(page).to have_text "Runners with last contact more than a minute ago: 0" expect(page).to have_text 'No runners found' end |