From ec6315da6562425f056b696e07a94acc9512365a Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 9 Apr 2024 22:44:12 +0200 Subject: [PATCH] fix testing text --- src/frontend/tests/pui_command.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/tests/pui_command.spec.ts b/src/frontend/tests/pui_command.spec.ts index 017a1cfea8..1421fd4601 100644 --- a/src/frontend/tests/pui_command.spec.ts +++ b/src/frontend/tests/pui_command.spec.ts @@ -18,7 +18,7 @@ test('PUI - Quick Command', async ({ page }) => { // Open Spotlight with Keyboard Shortcut await page.keyboard.press('Meta+K'); await page - .getByRole('button', { name: 'Dashboard Go to the InvenTree' }) + .getByRole('button', { name: 'Dashboard Go to the InvenTree dashboard' }) .click(); await page .locator('div')