mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +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
|
||||
.getByRole('button', { name: 'Go to the InvenTree dashboard' })
|
||||
.click()
|
||||
.click();
|
||||
await page.locator('p').filter({ hasText: 'Dashboard' }).waitFor();
|
||||
await page.waitForURL('**/platform/dashboard');
|
||||
|
Reference in New Issue
Block a user