fix problem not showing user's projects on project page

This commit is contained in:
2024-11-07 18:48:52 -07:00
parent 8466bb0b1f
commit a73f0239c9
4 changed files with 7 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ test('Create new project, then search for it', async ({ page }) => {
// Search for newly-created project in /projects
await page.goto('./projects');
await page.locator('ul#listProjects li').filter({ hasText: finalTitle });
await expect(page.locator('ul#listProjects li').filter({ hasText: finalTitle })).toBeVisible();
// Search for newly-created project in /discover
await page.goto('./discover');