forked from trent_larson/crowd-funder-for-time-pwa
fix problem not showing user's projects on project page
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user