2
0
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:
Matthias Mair
2024-04-17 19:52:48 +02:00
parent ebf1ce81fd
commit 05dd625208

View File

@@ -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');