summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-08-17 08:13:26 +0000
committerJose Ivan Vargas <jvargas@gitlab.com>2017-08-17 09:34:54 -0500
commitc863d7880ff0ca43b1524e10167fe372f75cf55a (patch)
tree4f02892114b82e28df12eee981e5e366187dfb84
parent641ea063944aa519e1f41b4c072ea0fba6a33b36 (diff)
downloadgitlab-ce-9-5-stable-prepare-rc5.tar.gz
Merge branch 'help-page-spec-fix' into 'master'9-5-stable-prepare-rc5
Fix help page version image spec Closes #36592 See merge request !13605
-rw-r--r--spec/features/help_pages_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/help_pages_spec.rb b/spec/features/help_pages_spec.rb
index bd4f233cba9..93be3b066ee 100644
--- a/spec/features/help_pages_spec.rb
+++ b/spec/features/help_pages_spec.rb
@@ -50,7 +50,7 @@ describe 'Help Pages' do
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