forked from trent_larson/crowd-funder-for-time-pwa
refactor invite link & add test
This commit is contained in:
@@ -49,7 +49,7 @@ test('Create new project, then search for it', async ({ page }) => {
|
||||
// Create new project
|
||||
await page.goto('./projects');
|
||||
await page.getByRole('link', { name: 'Projects', exact: true }).click();
|
||||
await page.getByRole('button').click();
|
||||
await page.locator('button > svg.fa-plus').click();
|
||||
await page.getByPlaceholder('Idea Name').fill(finalTitle);
|
||||
await page.getByPlaceholder('Description').fill(finalDescription);
|
||||
await page.getByPlaceholder('Website').fill(standardWebsite);
|
||||
|
||||
Reference in New Issue
Block a user