Remove unneeded timeouts

This commit is contained in:
Jose Olarte III
2024-08-28 16:24:50 +08:00
parent 0e4e6c96e2
commit 2e2705eae8
3 changed files with 0 additions and 10 deletions

View File

@@ -22,9 +22,6 @@ test('Create new project, then search for it', async ({ page }) => {
// Import user 00
await importUser(page, '00');
// Pause for 5 seconds
await page.waitForTimeout(5000); // I have to wait, otherwise the (+) button to add a new project doesn't appear
// Create new project
await page.goto('./projects');
await page.getByRole('link', { name: 'Projects', exact: true }).click();