Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_ext_openPanel.js
Categories
(Firefox :: General, task, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: aditisingx, Assigned: luzdelarosaramirez, Mentored)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
Steps to reproduce:
This is a good first bug for newcomers to Firefox development.
BrowserTestUtils.waitForCondition in browser_ext_openPanel.js[0] can be replaced by TestUtils.waitForCondition.
Actual results:
You can run this test with the ./mach test command:
./mach test browser/components/extensions/test/browser/browser_ext_openPanel.js
Expected results:
Please leave a comment if you would like to be assigned to this bug.
https://searchfox.org/mozilla-central/source/browser/components/extensions/test/browser/browser_ext_openPanel.js
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Hello! My name is Luz De La Rosa, an Outreachy applicant, and I'd like to be assigned to work on this bug.
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Pushed by prathikshaprasadsuman@gmail.com: https://hg.mozilla.org/integration/autoland/rev/02d16b8a3613 Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_ext_openPanel.js. r=mixedpuppy
![]() |
||
Comment 4•2 years ago
|
||
bugherder |
Description
•