fix up test

This commit is contained in:
Matthias Mair 2024-04-17 19:52:48 +02:00
parent ebf1ce81fd
commit 05dd625208
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 0 additions and 1 deletions

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