forked from jsnbuchanan/crowd-funder-for-time-pwa
adjust tests for new onboarding messages
This commit is contained in:
@@ -42,6 +42,9 @@ test('Create 10 new projects', async ({ page }) => {
|
||||
// Create new projects
|
||||
for (let i = 0; i < projectCount; i++) {
|
||||
await page.goto('./projects');
|
||||
if (i === 0) {
|
||||
await page.getByTestId('closeOnboardingAndFinish').click();
|
||||
}
|
||||
await page.getByRole('link', { name: 'Projects', exact: true }).click();
|
||||
await page.getByRole('button').click();
|
||||
await page.getByPlaceholder('Idea Name').fill(finalTitles[i]); // Add random suffix
|
||||
|
||||
Reference in New Issue
Block a user