Mochitest failures due to AccountWizard opening as modal.
Categories
(Thunderbird :: General, defect, P1)
Tracking
(thunderbird_esr78 fixed, thunderbird80 fixed)
People
(Reporter: aleca, Assigned: aleca)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
1.11 KB,
patch
|
darktrojan
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
TEST-UNEXPECTED-FAIL | comm/mail/test/browser/account/browser_mailAccountSetupWizard.js | Uncaught exception - at resource://testing-common/mozmill/utils.jsm:127 - TimeoutError: Timeout waiting for modal dialog to open.
Log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=311549070&repo=comm-central&lineNumber=1880
TEST-UNEXPECTED-TIMEOUT | comm/mail/test/browser/newmailaccount/browser_newmailaccount.js | application timed out after 370 seconds with no output
Log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=311549102&repo=comm-central&lineNumber=3181
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
We can't currently use the emailWizard as modal due to the way it was originally designed.
We have plans to drop this dialog entirely in the future anyway, so better revert back the change and avoid multiple issues.
Assignee | ||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Comment on attachment 9167160 [details] [diff] [review] 1656360-tests.diff I'll ship this now.
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/e4234b47d041
Fix TimeoutError test failures when interacting with the emailWizard. r=darktrojan
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Comment on attachment 9167160 [details] [diff] [review] 1656360-tests.diff [Approval Request Comment] Regression caused by (bug #): bug 1655289 User impact if declined: broken tests and broken manual config during account setup Testing completed (on c-c, etc.): on c-c Risk to taking this patch (and alternatives if risky): low
Comment 5•3 years ago
|
||
Comment on attachment 9167160 [details] [diff] [review]
1656360-tests.diff
[Triage Comment]
Approved for beta
Comment 6•3 years ago
|
||
bugherder uplift |
Thunderbird 80.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/352435e3a616
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Comment on attachment 9167160 [details] [diff] [review]
1656360-tests.diff
[Triage Comment]
Approved for esr78
Comment 8•3 years ago
|
||
bugherder uplift |
Thunderbird 78.1.2:
https://hg.mozilla.org/releases/comm-esr78/rev/27ae74a85bdd
Description
•