Fix help page version image spec

This commit is contained in:
Phil Hughes 2017-08-16 16:43:56 +01:00
parent ba89ee1f7d
commit ceb0e6767b
No known key found for this signature in database
GPG Key ID: DB8CE4B3A3EE91AB
1 changed files with 1 additions and 1 deletions

View File

@ -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