Closed
Bug 1700195
Opened 4 years ago
Closed 4 years ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_fxAccounts.js
Categories
(Firefox :: about:logins, task, P5)
Firefox
about:logins
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: prathiksha, Assigned: asahai100, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser_fxAccounts.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_fxAccounts.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•4 years ago
|
||
Hi! I would like to work on this issue.
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → asahai100
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D109422
Updated•4 years ago
|
Attachment #9210994 -
Attachment description: Bug 1700195-changes in browser_fxAccounts.js r=prathiksha → Bug 1700195 - Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_fxAccounts.js. r=prathiksha
Pushed by prathikshaprasadsuman@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6909d7f0fb30
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_fxAccounts.js. r=prathiksha
Comment 4•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
•