Skip to content

Commit b81eb78

Browse files
authored
update the start project test script
the `"Check out the renewed Vaadin Start"` dialog has been removed from start project. vaadin/start@098817d
1 parent 3c2bbbf commit b81eb78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/pit/its/start-wizard.js

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ process.argv.forEach(a => {
3333

3434
// Start a new project
3535
log(`Starting new project\n`);
36-
await page.getByRole('button', { name: 'Get Started' }).click();
3736
await page.getByText('Start a Project').click();
3837
await page.locator('body').click();
3938

0 commit comments

Comments
 (0)