Fix expectation for sanity framework spec
What does this MR do and why?
This MR updates the sanity-framework
test to correctly reflect an update in the sign in page.
The aim of this MR is to fix this issue: gitlab-qa#689 (closed)
How to set up and validate locally
- git checkout qa/fix-sanity-e2e && cd qa
- bundle exec bin/qa Test::Instance::All http://localhost:3000 -- --tag framework
The output should contain:
2 examples, 1 failure
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.