Fix bogus assert related to omniauth divider
What does this MR do and why?
Addresses comment !131839 (comment 1561729943).
The test passed because the word Password
contains or
. Instead, we
have decided to assert the lack of omniauth divider.
spec/views/admin/sessions/new.html.haml_spec.rb:46
was modified in
!118328 (diffs),
when the text of the omniauth divider was changed from Sign in with
to
or
.
Screenshots or screen recordings
N/A
How to set up and validate locally
N/A
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.