Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
30190f9d
Commit
30190f9d
authored
Jan 25, 2022
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify spec and remove its flakiness
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
6d809ce1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/features/admin/admin_runners_spec.rb
spec/features/admin/admin_runners_spec.rb
+2
-2
No files found.
spec/features/admin/admin_runners_spec.rb
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment