Closed
Bug 1760259
Opened 11 months ago
Closed 10 months ago
Disable session restore infobar for marionette tests, webplatform tests and geckodriver
Categories
(Testing :: General, task, P2)
Tracking
(firefox100 fixed)
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Keywords: perf-alert, Whiteboard: [bidi-m3-mvp])
Attachments
(2 files)
We should set the preference browser.startup.couldRestoreSession.count
to -1 for marionette tests, webplatform tests and geckodriver to avoid showing the "restore tabs" info bar.
It can make the viewport smaller than expected which makes automated tests flaky (see Bug 1734034)
Assignee | ||
Comment 1•11 months ago
|
||
(not sure if Testing/General is the right component here, since this impacts several test harness)
Assignee | ||
Comment 2•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Comment 3•11 months ago
|
||
If doable it would be good to have this change as part of the next geckodriver 0.31.0 release given that it's not clear how many tests this could badly influence out there.
Blocks: 1723202
Assignee | ||
Updated•11 months ago
|
Points: --- → 1
Priority: -- → P2
Whiteboard: [bidi-m3-mvp]
Assignee | ||
Comment 4•11 months ago
|
||
We plan to fully handle this in Firefox and this should no longer block geckodriver 0.31.0
Assignee | ||
Comment 5•10 months ago
|
||
Pushed by jdescottes@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4c90589f3f7f [remote] Apply RecommendedPreferences on command-line-startup r=webdriver-reviewers,whimboo https://hg.mozilla.org/integration/autoland/rev/e4642f25fd37 [remote] Disable session restore infobar for marionette tests, webplatform tests and geckodriver r=webdriver-reviewers,whimboo
Comment 7•10 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4c90589f3f7f
https://hg.mozilla.org/mozilla-central/rev/e4642f25fd37
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
Updated•10 months ago
|
Keywords: perf-alert
You need to log in
before you can comment on or make changes to this bug.
Description
•