Closed
Bug 1781609
Opened 3 years ago
Closed 2 years ago
Intermittent toolkit/components/extensions/test/mochitest/test_ext_tabs_executeScript_good.html | single tracking bug
Categories
(WebExtensions :: Android, defect, P3)
WebExtensions
Android
Tracking
(firefox116 fixed)
RESOLVED
FIXED
116 Branch
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: jmaher, Assigned: robwu)
References
Details
(Keywords: intermittent-failure, intermittent-testcase, Whiteboard: [addons-jira])
Attachments
(1 file)
No description provided.
| Reporter | ||
Comment 1•3 years ago
|
||
Additional information about this bug failures and frequency patterns can be found by running: ./mach test-info failure-report --bug 1781609
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Severity: normal → S3
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 27•2 years ago
|
||
AppTestDelegate.awaitExtensionPanel should be called before
AppTestDelegate.clickBrowserAction, otherwise there is a chance for the
test helper to miss the event.
Also, add an awaitExtensionPanel call in the pageAction test, to make
sure that the popup opening has completed before tearing down the test.
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [addons-jira]
Updated•2 years ago
|
Updated•2 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
| Comment hidden (Intermittent Failures Robot) |
Comment 29•2 years ago
|
||
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/48b51f29e973
Fix intermittent test failure in test_ext_tabs_executeScript_good.html r=extension-reviewers,willdurand
Comment 30•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•