Bug 1811143 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This broke `browser_interactionTelemetry.js` and `browser_calDAV_discovery.js`. They both want to click on the old `.calendar-list-create` button. We should update those tests to use the new button. There might also be other tests that try to create calendars with that button (that aren't currently failing due to the existing failures).
This broke `browser_interactionTelemetry.js` and `browser_calDAV_discovery.js`. They both want to click on the old `.calendar-list-create` button. We should update those tests to use the new button. There might also be other tests that try to create calendars with that button (that aren't currently failing due to the existing failures).

Example failures:
https://treeherder.mozilla.org/logviewer?job_id=404046301&repo=comm-central&lineNumber=3178
https://treeherder.mozilla.org/logviewer?job_id=404046319&repo=comm-central&lineNumber=2064
This broke `browser_interactionTelemetry.js` and `browser_calDAV_discovery.js`. They both want to click on the old `.calendar-list-create` button. We should update those tests to use the new button. There might also be other tests that try to create calendars with that button (that aren't currently failing due to the existing failures).

Example failures:
https://treeherder.mozilla.org/logviewer?job_id=404046301&repo=comm-central&lineNumber=3178
https://treeherder.mozilla.org/logviewer?job_id=404046319&repo=comm-central&lineNumber=2064

Edit:
also `browser_calendarList.js`

Back to Bug 1811143 Comment 4