Commit 79f66000 authored by Sean McGivern's avatar Sean McGivern

Merge branch '351090-admin-runners-runner-show-page-shows-runner-details-flaky-spec' into 'master'

Simplify spec and remove its flakiness

See merge request gitlab-org/gitlab!79107
parents ef33934a 30190f9d
......@@ -495,7 +495,7 @@ RSpec.describe "Admin Runners" do
description: 'runner-foo',
version: '14.0',
ip_address: '127.0.0.1',
tag_list: %w(tag1 tag2)
tag_list: ['tag1']
)
end
......@@ -519,7 +519,7 @@ RSpec.describe "Admin Runners" do
expect(page).to have_content 'IP Address 127.0.0.1'
expect(page).to have_content 'Configuration Runs untagged jobs'
expect(page).to have_content 'Maximum job timeout None'
expect(page).to have_content 'Tags tag1 tag2'
expect(page).to have_content 'Tags tag1'
end
end
end
......
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