fixed test case

This commit is contained in:
Peter
2023-10-25 17:26:23 +02:00
parent 45ae126d43
commit 7eb9fda0fb

View File

@@ -140,6 +140,8 @@ test.describe('NODES', () => {
test('deletable=false prevents deletion', async ({ page }) => {
const node = page.locator(`.${FRAMEWORK}-flow__node`).and(page.locator('[data-id="notDeletable"]'));
await expect(node).toBeAttached();
await node.click();
await page.keyboard.press('Backspace');