2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +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
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')