mozilla / fxa

Monorepo for Mozilla Accounts (formerly Firefox Accounts)
https://mozilla.github.io/ecosystem-platform/
Mozilla Public License 2.0
589 stars 212 forks source link

Revert "chore(functional-tests): add fixme to verified account with cached login, no email confirmation required" #17242

Closed vpomerleau closed 1 month ago

vpomerleau commented 1 month ago

Reverts mozilla/fxa#17235

This test failure during nightly run may have been a one-off fluke, the failure is not replicating when run against local or stage.

See https://mozilla-hub.atlassian.net/browse/FXA-10102

Trinaa commented 1 month ago

@vpomerleau Have you checked if this test is failing as a side effect of an isolation issue with the tests that run before it? Looking at the retry stats I can see it's failed 12 times on it's first try on Nightly since May 11th, with the most recent occurrence being July 17th.

vpomerleau commented 1 month ago

I have one small fix that might be worth testing - added in a separate commit. It's possible that reloading the page with experiment params occasionally happened before oauth/signin was loaded (since we were expecting /oauth).