|
@ -64,7 +64,7 @@ test('Create new project, then search for it', async ({ page }) => { |
|
|
|
|
|
|
|
|
// Search for newly-created project in /projects
|
|
|
// Search for newly-created project in /projects
|
|
|
await page.goto('./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
|
|
|
// Search for newly-created project in /discover
|
|
|
await page.goto('./discover'); |
|
|
await page.goto('./discover'); |
|
|