Commit c863d788 authored by Rémy Coutable's avatar Rémy Coutable Committed by Jose Ivan Vargas

Merge branch 'help-page-spec-fix' into 'master'

Fix help page version image spec

Closes #36592

See merge request !13605
parent 641ea063
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment