Closed
Bug 1800109
Opened 2 years ago
Closed 2 years ago
Write a test that checks that overflowed toolbar items in the addons area can be unpinned via a context menu
Categories
(WebExtensions :: General, task, P2)
WebExtensions
General
Tracking
(firefox109 fixed)
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: mconley, Assigned: willdurand)
References
(Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
In bug 1782203, tests were added for the following scenarios:
- The user unpins an item placed in the toolbar and it appears in the addons panel via context menu
- The user pins an item placed in the addons panel to the toolbar via context menu
- Non-browser actions in the addons panel do not show the pinning menuitem.
We missed writing a test for this scenario where an item placed in the toolbar is overflowed into the addons panel. We should check that when such an item is context-clicked, that it shows the "Pin to Toolbar" item as checked, and that unchecking it inserts it into the dedicated addons area of the panel, and that the item then does not underflow.
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Blocks: extensions-button
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → wdurand
Status: NEW → ASSIGNED
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e9b47d3d6ee5
Add a test that checks that overflowed toolbar items in the addons area can be unpinned via a context menu. r=mconley
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•