Closed
Bug 1702370
Opened 5 years ago
Closed 5 years ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser/components/preferences/tests/siteData/head.js
Categories
(Firefox :: Settings UI, task, P5)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: prathiksha, Assigned: liz, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition usage in browser/components/preferences/tests/siteData/head.js[0] can be replaced with TestUtils.waitForCondition.
You can run tests with the ./mach test command:
./mach test browser/components/preferences/tests/siteData/
Feel free to get in touch with me on Matrix if you're stuck.
Comment 1•5 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Preferences' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: General → Preferences
Updated•5 years ago
|
Attachment #9213235 -
Attachment description: Bug 1702370 - Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition r=prathiksha → Bug 1702370 - Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser/components/preferences/tests/siteData/head.js r=prathiksha
Pushed by prathikshaprasadsuman@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3de571a677b5
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser/components/preferences/tests/siteData/head.js r=prathiksha
Comment 4•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 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
•