summaryrefslogtreecommitdiff
path: root/spec/views/admin/sessions/new.html.haml_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/admin/sessions/new.html.haml_spec.rb')
-rw-r--r--spec/views/admin/sessions/new.html.haml_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/views/admin/sessions/new.html.haml_spec.rb b/spec/views/admin/sessions/new.html.haml_spec.rb
index ac35bbef5b4..c1f4cafce0c 100644
--- a/spec/views/admin/sessions/new.html.haml_spec.rb
+++ b/spec/views/admin/sessions/new.html.haml_spec.rb
@@ -43,9 +43,9 @@ RSpec.describe 'admin/sessions/new.html.haml' do
it 'shows omniauth form' do
render
- expect(rendered).to have_css('.omniauth-container')
- expect(rendered).to have_content _('Sign in with')
expect(rendered).not_to have_content _('No authentication methods configured.')
+ expect(rendered).to have_content _('or')
+ expect(rendered).to have_css('.omniauth-container')
end
end