Closed
Bug 1702372
Opened 2 years ago
Closed 2 years ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_aboutwelcome_multistage.js
Categories
(Firefox :: General, task, P5)
Firefox
General
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: prathiksha, Assigned: dldisha929, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser_aboutwelcome_multistage.js[0] can be replaced with TestUtils.waitForCondition.
You can run this test with the ./mach test command:
./mach test browser/components/newtab/test/browser/browser_aboutwelcome_multistage.js
Feel free to get in touch with me on Matrix if you're stuck.
Reporter | ||
Updated•2 years ago
|
Assignee: nobody → dldisha929
Status: NEW → ASSIGNED
Pushed by prathikshaprasadsuman@gmail.com: https://hg.mozilla.org/integration/autoland/rev/c82f40ba2b65 Replaced BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_aboutwelcome_multistage.js. r=prathiksha
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•