We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2bbbf commit b81eb78Copy full SHA for b81eb78
scripts/pit/its/start-wizard.js
@@ -33,7 +33,6 @@ process.argv.forEach(a => {
33
34
// Start a new project
35
log(`Starting new project\n`);
36
- await page.getByRole('button', { name: 'Get Started' }).click();
37
await page.getByText('Start a Project').click();
38
await page.locator('body').click();
39
0 commit comments