Closed
Bug 1694544
Opened 4 years ago
Closed 4 years ago
Standardise message opening functions in extensions tests
Categories
(Thunderbird :: Add-Ons: Extensions API, task)
Thunderbird
Add-Ons: Extensions API
Tracking
(thunderbird_esr78 wontfix, thunderbird87 affected)
RESOLVED
FIXED
88 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
Just some refactoring.
Assignee | ||
Comment 1•4 years ago
|
||
Changes all tests that open messages in a new tab/window to use openMessageInTab/openMessageInWindow.
These functions now check that a message argument is passed and also wait for the message to load in the appropriate browser.
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/0256bfa378bb
Standardise message opening functions in extensions tests. r=john.bieling
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•4 years ago
|
||
I'm setting tracking flags to affected for now, but we'll only want to uplift this to help other patches land.
status-thunderbird87:
--- → affected
status-thunderbird_esr78:
--- → affected
Target Milestone: --- → 88 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a9a4ea2d8adf
follow-up - Fix bitrotting by bug 1667338. rs=bustage-fix
Updated•4 years ago
|
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•