Closed
Bug 1621419
Opened 1 year ago
Closed 1 year ago
Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_tabdetach.js
Categories
(Firefox :: General, enhancement, P5)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: prathiksha, Assigned: shwetaagra28, Mentored)
Details
Attachments
(1 file)
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser_tabdetach.js[0] can be replaced by TestUtils.waitForCondition.
You can run this test with the ./mach test command:
./mach test browser/base/content/test/performance/browser_tabdetach.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.
| Assignee | ||
Comment 1•1 year ago
|
||
I would like to work on this bug.Please assign it to me.
| Reporter | ||
Updated•1 year ago
|
Assignee: nobody → shwetaagra28
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed by prathikshaprasadsuman@gmail.com: https://hg.mozilla.org/integration/autoland/rev/f20233828d69 Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition. r=prathiksha
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•