Closed
Bug 1698076
Opened 4 years ago
Closed 4 years ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_protectionsUI_report_breakage.js
Categories
(Firefox :: Protections UI, task, P5)
Firefox
Protections UI
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: prathiksha, Assigned: snehasai01, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser/base/content/test/protectionsUI/browser_protectionsUI_report_breakage.js can be replaced by TestUtils.waitForCondition.
You can run this test locally with the ./mach test command:
./mach test browser/base/content/test/protectionsUI/browser_protectionsUI_report_breakage.js
Please leave a comment if you would like to be assigned to this bug. Feel free to leave a comment here or get in touch with me on Matrix if you're stuck.
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → snehasai01
Status: NEW → ASSIGNED
Pushed by prathikshaprasadsuman@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1dc2983851a6
Replaced BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_protectionsUI_report_breakage.js. r=prathiksha
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•