Remove refresh button when all nodes are selected (#3690)

This commit is contained in:
Chenlei Hu
2025-04-29 19:59:49 -04:00
committed by GitHub
parent 4828af9a13
commit 98d7256da4
2 changed files with 3 additions and 27 deletions

View File

@@ -99,18 +99,6 @@ test.describe('Selection Toolbox', () => {
).not.toBeVisible()
})
test('displays refresh button in toolbox when all nodes are selected', async ({
comfyPage
}) => {
// Select all nodes
await comfyPage.page.focus('canvas')
await comfyPage.page.keyboard.press('Control+A')
await expect(
comfyPage.page.locator('.selection-toolbox .pi-refresh')
).toBeVisible()
})
test('displays bypass button in toolbox when nodes are selected', async ({
comfyPage
}) => {