Closed
Bug 1889316
Opened 2 years ago
Closed 2 years ago
Introduce a generic function for executing async scripts in marionette tests
Categories
(Core :: Storage: Quota Manager, task, P2)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 file)
We are adding some more marionette tests with new async scripts. The handling of async requests and async functions is becoming painful. It would be better to have a generic helper function which would make it possible to just pass a script with an async function with the possibility to use requestFinished inside.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cf8a12f6ac13
Introduce a generic function for executing async scripts in marionette tests; r=dom-storage-reviewers,asuth
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•