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:
@ -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')
|
||||||
|
Reference in New Issue
Block a user