mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
test: clarify row actions menu coverage
This commit is contained in:
@@ -201,7 +201,7 @@ describe('AssetsSidebarListView', () => {
|
||||
expect(wrapper.emitted('preview-asset')).toEqual([[imageAsset]])
|
||||
})
|
||||
|
||||
it('keeps row actions mounted while the dropdown is open', async () => {
|
||||
it('keeps the row actions menu available after the row loses hover', async () => {
|
||||
const imageAsset = {
|
||||
...buildAsset('image-asset-open', 'image.png'),
|
||||
user_metadata: {}
|
||||
|
||||
Reference in New Issue
Block a user