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')