TEST-UNEXPECTED-FAIL | testAlarmDefaultValue.js
Categories
(Calendar :: General, task)
Tracking
(Not tracked)
People
(Reporter: mkmelin, Assigned: benjamin)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [Thunderbird-testfailure: Z all][Thunderbird-disabled-test])
Attachments
(1 file, 1 obsolete file)
3.18 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
This now gives
SUMMARY-UNEXPECTED-FAIL | testAlarmDefaultValue.js | testAlarmDefaultValue.js::testDefaultAlarms
EXCEPTION: mouseEvent: could not find element ID: newMsgButton-calendar-menuitem
at: controller.jsm line 465
See bug 1547233 comment 1. The menu item doesn't exist anymore, and it's difficult to bring it back.
Could be fixed by clicking the menus or by the hotkeys. Ctrl + I, Ctrl + D for task
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Reporter | ||
Comment 3•6 years ago
|
||
Over to Benjamin.
To trigger the Ctrl + I command in the mozmill test, use something like this: https://searchfox.org/comm-central/rev/2ddfe0d5bd910e7e7bdbdebb5b826b4863dfd880/mail/test/mozmill/composition/test-multipart-related.js#102
To test, re-enable the test and then
cd obj-*
make mozmill-one -C comm/calendar/test/mozmill/ SOLO_TEST=testAlarmDefaultValue.js
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
replaced click events for:
newMsgButton-task-menuitem and newMsgButton-calendar-menuitem with keypress events. All tests pass as expected.
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment 6•5 years ago
|
||
And please always run the linter, there were errors:
40:11 error 'eid' is assigned a value but never used. Allowed unused vars must match /(MODULE_NAME|MODULE_REQUIRES|RELATIVE_ROOT|setupModule|installInto|teardownTest|^test[A-Z_].*)/. no-unused-vars (eslint)
58:36 error A space is required after '{'. object-curly-spacing (eslint)
58:68 error A space is required before '}'. object-curly-spacing (eslint)
77:36 error A space is required after '{'. object-curly-spacing (eslint)
77:68 error A space is required before '}'. object-curly-spacing (eslint)
? 5 problems (5 errors, 2 warnings)
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Patch for checkin with white-space correction and linting issues fixed.
Comment 8•5 years ago
|
||
And please configure you mercurial.ini so that your e-mail address is automatically included in the HG header.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/100447ecdcb2
Adapt testAlarmDefaultValue.js after bug 1547233. Navigate menu via keypress. r=jorgk
Updated•5 years ago
|
Description
•