Closed
Bug 1889316
Opened 7 months ago
Closed 7 months 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•7 months 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•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months 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
•