2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

fix testing text

This commit is contained in:
Matthias Mair
2024-04-09 22:44:12 +02:00
parent 28d96e058f
commit ec6315da65

View File

@ -18,7 +18,7 @@ test('PUI - Quick Command', async ({ page }) => {
// Open Spotlight with Keyboard Shortcut // Open Spotlight with Keyboard Shortcut
await page.keyboard.press('Meta+K'); await page.keyboard.press('Meta+K');
await page await page
.getByRole('button', { name: 'Dashboard Go to the InvenTree' }) .getByRole('button', { name: 'Dashboard Go to the InvenTree dashboard' })
.click(); .click();
await page await page
.locator('div') .locator('div')