Skip to content

Fix flaky spec 409989

John Hope requested to merge fix-flaky-spec-409989 into master

What does this MR do and why?

Fixes the flaky spec in #409989 (closed).

There could be two causes of flakiness here:

  • A confirm that was thrown before the epic board list is deleted. This collides with the wait_for_requests addition to click_button.
  • The width of the browser window and a flaky check for label name. When the list is deleted, the issues pop back into the open column. Therefore the label is still on the page and if the Open column is still in view, it will be visible on the page. Therefore this check was insufficient.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading