You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
UI tests are failing on first run due to this popup changing the focus.
This popup is shown when first navigating to an URL.
@Taknok Good catch with the tests needing a rerun to pass.
Can you open a new ticket for that? (I can help also)
(the solution is simple, we just need to use featureSettingsHelper.setTCPCFREnabled(false))
Steps to reproduce
deleteMultipleSelectionTest
Expected behaviour
Pass at first run.
Actual behaviour
Fail at first run
Device name
No response
Android version
N.A.
Firefox release type
Firefox
Firefox version
main
Device logs
No response
Additional information
UI tests are failing on first run due to this popup changing the focus.
This popup is shown when first navigating to an URL.
Originally posted by @Mugurell in #21212 (comment)
Example: ui test
deleteMultipleSelectionTest
Solution:
featureSettingsHelper.setTCPCFREnabled(false)
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: