Closed
Bug 1698812
Opened 3 months ago
Closed 2 months ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_deleteLogin.js
Categories
(Firefox :: about:logins, task, P5)
Firefox
about:logins
Tracking
()
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: prathiksha, Assigned: bhurerenuka14, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser_deleteLogin.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_deleteLogin.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•3 months ago
|
||
Hello, May I work on this bug, as I am a newcomer.
| Reporter | ||
Updated•3 months ago
|
Assignee: nobody → bhurerenuka14
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•3 months ago
|
||
| Assignee | ||
Comment 3•3 months ago
|
||
Hello, I have submitted my My first commit .
Kindly review it.
Updated•2 months ago
|
Attachment #9209946 -
Attachment description: Bug 1698812 Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_deleteLogin.js → Bug 1698812 - Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_deleteLogin.js
Pushed by prathikshaprasadsuman@gmail.com: https://hg.mozilla.org/integration/autoland/rev/dd7bada5b7af Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_deleteLogin.js r=prathiksha
Updated•2 months ago
|
Severity: -- → N/A
Comment 5•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months 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
•