Closed
Bug 1621421
Opened 5 years ago
Closed 5 years ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser/base/content/test/performance/head.js
Categories
(Firefox :: General, enhancement, P5)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: prathiksha, Assigned: mirefly, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser/base/content/test/performance/head.js[0] can be replaced by TestUtils.waitForCondition.
You can run this test with the ./mach test command:
./mach test browser/base/content/test/performance/
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/performance/head.js
| Reporter | ||
Updated•5 years ago
|
Assignee: nobody → mirefly
Status: NEW → ASSIGNED
Pushed by prathikshaprasadsuman@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ae3cd8a82994
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser/base/content/test/performance/head.js r=prathiksha
Comment 4•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years 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
•