Skip to content

Attempt to fix a flaky Feature flag spec

What does this MR do?

I think because of AJAX requests, the "Add strategy" button could move a bit down, leading to the button not being clicked, and the row not being added. The expectation would then fail when trying to work in the second row (which isn't there).

Waiting for requests before trying to click the button should improve that, hopefully.

Closes #227318 (closed).

Edited by Rémy Coutable

Merge request reports