Skip to content

Draft: Fix two failing tests

Eduardo Sanz García requested to merge eduardosanz/qa-oauth into master

What does this MR do and why?

The two tests in qa/qa/specs/features/browser_ui/10_govern/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb failed because the data-testid="new-application-button" in one of the Add new application buttons was lost (while the test was in quarantine).

It may be other reasons for the original flakiness of the tests. However, it seems that now the tests pass consistently. This could be caused by other fixes, indirectly affecting this test.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

Edited by Eduardo Sanz García

Merge request reports