From 05dd625208b2ebfb1467c49dc15be5e4ad45a607 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 17 Apr 2024 19:52:48 +0200 Subject: [PATCH] fix up test --- src/frontend/tests/pui_command.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/tests/pui_command.spec.ts b/src/frontend/tests/pui_command.spec.ts index fa52b20e89..127637beee 100644 --- a/src/frontend/tests/pui_command.spec.ts +++ b/src/frontend/tests/pui_command.spec.ts @@ -10,7 +10,6 @@ test('PUI - Quick Command', async ({ page }) => { await page.waitForTimeout(200); await page .getByRole('button', { name: 'Go to the InvenTree dashboard' }) - .click() .click(); await page.locator('p').filter({ hasText: 'Dashboard' }).waitFor(); await page.waitForURL('**/platform/dashboard');