Closed
Bug 1622277
Opened 6 years ago
Closed 5 years ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_popup_blocker_identity_block.js
Categories
(Firefox :: General, enhancement, P5)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: prathiksha, Assigned: ratnabalidutta26, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser_popup_blocker_identity_block.js[0] can be replaced by TestUtils.waitForCondition.
You can run this test with the ./mach test command:
./mach test browser/base/content/test/popups/browser_popup_blocker_identity_block.js
Please leave a comment if you would like to be assigned to this bug. Feel free to contact us via Matrix in the #osfcep channel or leave a comment here if you're stuck.
Comment 1•6 years ago
|
||
I'd love to pick up this ticket!
| Reporter | ||
Updated•6 years ago
|
Assignee: nobody → andriacohibe
Status: NEW → ASSIGNED
Comment 2•6 years ago
|
||
Hi, are you still working on this bug? Do you need any help? :)
Flags: needinfo?(andriacohibe)
Updated•5 years ago
|
Assignee: andriacohibe → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(andriacohibe)
| Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → ratnabalidutta26
Status: NEW → ASSIGNED
Pushed by prathikshaprasadsuman@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/fd542e917c85
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_popup_blocker_identity_block.js r=prathiksha
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
You need to log in
before you can comment on or make changes to this bug.
Description
•