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
4cbea9495f21
Unverified
Commit
ceb0e676
authored
Aug 16, 2017
by
Phil Hughes
Browse files
Fix help page version image spec
parent
e37ecb08f101
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/features/help_pages_spec.rb
View file @
4cbea949
...
...
@@ -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