mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +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
|
||||
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')
|
||||
|
Reference in New Issue
Block a user