Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
e76a5ceb5138
Commit
95e7ea53
authored
Aug 17, 2017
by
Rémy Coutable
Browse files
Merge branch 'help-page-spec-fix' into 'master'
Fix help page version image spec Closes #36592 See merge request !13605
parents
d4da9ae78cae
4cbea9495f21
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/features/help_pages_spec.rb
View file @
e76a5ceb
...
...
@@ -50,7 +50,7 @@
it
'hides the version check image if the image request fails'
do
# We use '--load-images=yes' with poltergeist so the image fails to load
expect
(
find
(
'.js-version-status-badge'
,
visible:
false
)
).
not_to
be_visible
expect
(
page
).
to
have_selector
(
'.js-version-status-badge'
,
visible:
false
)
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