Flaky qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb:38

Failure job: https://gitlab.com/gitlab-org/gitlab-qa-mirror/-/jobs/547903774

Summary

Cannot find text VARIABLE_KEY in the screen but it seems it's there

Stack trace

 Failures:
  1) Verify Add or Remove CI variable via UI user removes a CI variable
     Failure/Error: expect(page).not_to have_text('VARIABLE_KEY')
       expected not to find text "VARIABLE_KEY" in "Variables Collapse Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. Additionally, they can be masked so they are hidden in job logs, though they must match certain regexp requirements to do so. You can use environment variables for passwords, secret keys, or whatever you want. You may also add variables that are made available to the running application by prepending the variable key with K8S_SECRET_. More information Type Key Value Protected Masked Environments Variable VARIABLE_KEY ********************* All (default) Reveal values Add Variable Update variable × Key Value Type Variable File Environment scope All (default) Flags Protect variable Export variable to pipelines running on protected branches and tags only. Mask variable Variable will be masked in job logs. Requires values to meet regular expression requirements. More information Cancel Delete variable Update variable Group variables (inherited) These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables. Key Origin"
     # ./qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb:38:in `block (5 levels) in <module:QA>'

Screenshot / HTML page

Expand for screenshot img

Possible fixes

Probably just need to wait for a bit longer?

Edited by Lin Jen-Shin