Skip to content

Resolve "QA: Deploy key cloning test sometimes can't find the QA element"

Rémy Coutable requested to merge 48243-fix-deploy-key-scenario-qa into master

What does this MR do?

This improves a previous fix that was not working correctly. Instead of trying to find the element we only check if the CSS is present yet.

Are there points in the code the reviewer needs to double check?

I don't think so.

Why was this MR needed?

Because using Capybara's find, we get an Capybara::ElementNotFound error, but here that's not what we want since we are in a wait loop, we actually want to perform a non-raising-exception check.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #48243 (closed)

Merge request reports