Closed
Bug 1701903
Opened 2 years ago
Closed 2 years ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_masterPassword.js
Categories
(Firefox :: about:logins, task, P5)
Firefox
about:logins
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: prathiksha, Assigned: claubatista, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser_masterPassword.js[0] can be replaced with TestUtils.waitForCondition.
You can run this test with the ./mach test command:
./mach test browser/components/aboutlogins/tests/browser/browser_masterPassword.js
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•2 years ago
|
||
Hi! I would like to be assigned to this bug. :)
Reporter | ||
Updated•2 years ago
|
Assignee: nobody → contatodaclau
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Pushed by prathikshaprasadsuman@gmail.com: https://hg.mozilla.org/integration/autoland/rev/0f375a90e70a Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_masterPassword.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
•