Closed
Bug 1703408
Opened 4 years ago
Closed 4 years ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser/base/content/test/pageActions/
Categories
(Firefox :: General, task, P5)
Firefox
General
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: prathiksha, Assigned: george, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser/base/content/test/pageActions/[0] can be replaced by TestUtils.waitForCondition.
You can run tests with the ./mach test command:
./mach test browser/base/content/test/pageActions/
Please leave a comment if you would like to be assigned to this bug. Feel free to get in touch with me on Matrix if you're stuck :)
Assignee | ||
Comment 1•4 years ago
|
||
Hi Prathiksha, asking to be assigned.
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → george
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Thanks!
Pushed by prathikshaprasadsuman@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c49b587d7b0c
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser/base/content/test/pageActions/. r=prathiksha
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 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
•