Open
Bug 1961271
Opened 6 months ago
Updated 4 months ago
Add unit tests for Bug 1959812: Defer session restore when Firefox is launched via a taskbar tab window
Categories
(Core :: Session Restore, enhancement, P3)
Core
Session Restore
Tracking
()
NEW
People
(Reporter: ericchen647, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidedi-pbm])
The patch for Bug 1959812 has landed but it's not possible to write tests for it until the taskbar tab installation features are in the code base
:nrishel will likely be the one writing these tests, you can reference the following marionette tests I wrote for another taskbar tab session restore patch.
https://searchfox.org/mozilla-central/source/browser/components/sessionstore/test/marionette/test_taskbartab_restore.py
https://searchfox.org/mozilla-central/source/browser/components/sessionstore/test/marionette/test_taskbartab_sessionstate.py
In order to simulate Firefox launching with a taskbar tab window, I think you can pass in the appropriate command line arguments to the marionette webdriver.
See Also: → Taskbar-Tabs
Updated•4 months ago
|
Blocks: Taskbar-Tabs
See Also: Taskbar-Tabs →
Updated•4 months ago
|
Whiteboard: [fidedi-pbm]
Updated•4 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•