Skip to content

Test suite: retry inputting the URL into the browser navigation bar if it failed

anonym requested to merge 20017-reliable-browser-url-handling into stable

Test suite: retry inputting the URL into the browser navigation bar if it failed (refs: #20017 (closed))

Since commit 9e836644 we have re-introduced a common source for test suite failures: instead of pasting the desired URL, ctrl+v results in "v" (probably because it was pressed as v+ctrl, refs: #19237). We don't really have a better approach until the bug which prevents us from using Dogtail's .text= [0] is fixed, but we can at least make it more reliable with some retry logic until then.

[0] https://bugzilla.mozilla.org/show_bug.cgi?id=1861026

Closes #20017 (closed)

Merge request reports