Closed
Bug 1620801
Opened 5 years ago
Closed 5 years ago
Replace usage of BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_aboutStopReload.js
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: prathiksha, Assigned: stormie.arroyo, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser/base/content/test/about/browser_aboutStopReload.js[0] can be replaced by TestUtils.waitForCondition.
You can run this test with the ./mach test command:
./mach test browser/base/content/test/about/browser_aboutStopReload.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.
Assignee | ||
Comment 1•5 years ago
|
||
Hello! Can I be assigned to this bug? Thanks :)
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → stormie.arroyo
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Attachment #9131793 -
Attachment description: Bug 1620801 - Replaced usage of BrowserTestUtils.waitForCondition with TestUtils.waitForCondition. r=prathiksha → Bug 1620801 - Replace usage of BrowserTestUtils.waitForCondition with TestUtils.waitForCondition. r=prathiksha
Pushed by prathikshaprasadsuman@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a50c08e892a7
Replace usage of BrowserTestUtils.waitForCondition with TestUtils.waitForCondition. 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
•