re-enable remaining account manager tests after bug 1096006
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(Not tracked)
People
(Reporter: aceman, Unassigned)
References
(Depends on 1 open bug)
Details
In bug 1096006 I had to disable 3 tests that do not pass yet:
1.function disabled_test_invalid_hostname()
This writes an invalid value into hostname of an account and then switches the settings pane. There are checks that prevent this and revert the click back to the Server settings pane of the tree. We tested manually that this works, but somehow in the test is isn't working right. May just be some timing or event ordering issue.
2.function disabled_test_archive_enabled()
3.function disabled_test_disable_archive()
These fail with similar symptoms to bug 1558955. The test uses a rather rare scenario where it sets one account to archive messages into another one and then the latter one is removed. The former one should recover, but it somehow fails to populate the Archive folder picker, similar to bug 1558955.
4.There is also an intermittently failing test test-account-values.js::test_account_name,
e.g. at https://taskcluster-artifacts.net/PzfPPAP_Q2uDp1Hjs34D-A/0/public/logs/live_backing.log
Comment 1•4 years ago
|
||
All of these tests are currently enabled.
Description
•