Skip to content

E2E: Update specs for the `bootstrap_confirmation_modal` FF rollout

Andrejs Cunskis requested to merge update-token-spec into master

What does this MR do and why?

When bootstrap_confirmation_modals feature flag was enabled on the live environment a bunch of E2E specs failed as they are testing browser confirmation modal instead of the custom one which is turned on by this flag. To prepare for the FF rollout in this MR we enabled the FF in each test that will be impacted by the FF enablement. When the FF will be deleted, the code that enables/disables the FF in specs will be removed.

More details about failure in related issue #361651 (closed)

do not merge before the FF in yml is turned off

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.

Edited by Olena Horal-Koretska

Merge request reports