forked from trent_larson/crowd-funder-for-time-pwa
adjust tests for new onboarding messages
This commit is contained in:
@@ -48,6 +48,7 @@ test('Create new project, then search for it', async ({ page }) => {
|
||||
|
||||
// Create new project
|
||||
await page.goto('./projects');
|
||||
await page.getByTestId('closeOnboardingAndFinish').click();
|
||||
await page.getByRole('link', { name: 'Projects', exact: true }).click();
|
||||
await page.locator('button > svg.fa-plus').click();
|
||||
await page.getByPlaceholder('Idea Name').fill(finalTitle);
|
||||
|
||||
Reference in New Issue
Block a user