Replace BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_ext_openPanel.js
Categories
(Invalid Bugs :: General, task, P5)
Tracking
(Not tracked)
People
(Reporter: aditisingx, Unassigned, Mentored)
Details
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:
After a crash, the sidebar in the panel stopped working.
Actual results:
When I clicked on the Sidebar, it didn't opened.
Expected results:
The sidebar should open correctly and the dropdowns should be visible.
| Reporter | ||
Updated•5 years ago
|
| Reporter | ||
Comment 1•5 years ago
|
||
(In reply to Aditi Singh from comment #0)
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
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.
You can run this test with the ./mach test command:
./mach test browser/source/browser/components/extensions/test/browser/browser_ext_openPanel.jsPlease leave a comment if you would like to be assigned to this bug.
| Reporter | ||
Comment 2•5 years ago
|
||
(In reply to Aditi Singh from comment #0)
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:
After a crash, the sidebar in the panel stopped working.
Actual results:
When I clicked on the Sidebar, it didn't opened.
Expected results:
The sidebar should open correctly and the dropdowns should be visible.
| Reporter | ||
Updated•5 years ago
|
| Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Description
•