mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-09 21:30:54 +00:00
fix up test
This commit is contained in:
@@ -10,7 +10,6 @@ test('PUI - Quick Command', async ({ page }) => {
|
|||||||
await page.waitForTimeout(200);
|
await page.waitForTimeout(200);
|
||||||
await page
|
await page
|
||||||
.getByRole('button', { name: 'Go to the InvenTree dashboard' })
|
.getByRole('button', { name: 'Go to the InvenTree dashboard' })
|
||||||
.click()
|
|
||||||
.click();
|
.click();
|
||||||
await page.locator('p').filter({ hasText: 'Dashboard' }).waitFor();
|
await page.locator('p').filter({ hasText: 'Dashboard' }).waitFor();
|
||||||
await page.waitForURL('**/platform/dashboard');
|
await page.waitForURL('**/platform/dashboard');
|
||||||
|
Reference in New Issue
Block a user