Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-08-17 11:13:26 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-08-17 17:34:54 +0300
commitc863d7880ff0ca43b1524e10167fe372f75cf55a (patch)
tree4f02892114b82e28df12eee981e5e366187dfb84
parent641ea063944aa519e1f41b4c072ea0fba6a33b36 (diff)
Merge branch 'help-page-spec-fix' into 'master'
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