Closed
Bug 1622244
Opened 1 year ago
Closed 1 year ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_bug581253.js
Categories
(Firefox :: General, enhancement, P5)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: prathiksha, Assigned: amina.kenessova, Mentored)
References
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser_bug581253.js[0] can be replaced by TestUtils.waitForCondition.
You can run this test with the ./mach test command:
./mach test browser/base/content/test/general/browser_bug581253.js
Please leave a comment if you would like to be assigned to this bug. Feel free to contact us via Matrix in the #osfcep channel or leave a comment here if you're stuck.
[0] https://searchfox.org/mozilla-central/source/browser/base/content/test/general/browser_bug581253.js
| Assignee | ||
Comment 1•1 year ago
|
||
I would like to be assigned for this bug.
| Reporter | ||
Updated•1 year ago
|
Assignee: nobody → amina.kenessova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed by prathikshaprasadsuman@gmail.com: https://hg.mozilla.org/integration/autoland/rev/924333ef37b8 Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_bug581253.js. r=prathiksha
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•