Change new project text (#11152)

Following feedback from @NedHarding and @AdRiley
![image](https://github.com/user-attachments/assets/820f53e6-70ef-4355-a8a3-52dda1fce6ab)

![image](https://github.com/user-attachments/assets/aa474c2c-73d3-4355-a4aa-ef3990ff6207)
This commit is contained in:
James Dunkerley 2024-09-23 17:51:32 +01:00 committed by GitHub
parent 3941634036
commit 3f748fdf5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -238,7 +238,7 @@ export default class DrivePageActions extends PageActions {
/** Create a new empty project. */
newEmptyProject() {
return this.step('Create empty project', (page) =>
page.getByText(TEXT.newEmptyProject).click(),
page.getByText(TEXT.newEmptyProject, { exact: true }).click(),
).into(EditorPageActions)
}

View File

@ -37,7 +37,7 @@ export const SAMPLES: Sample[] = [
{
title: 'New Project',
id: 'Default',
description: 'Start with a blank workflow.',
description: '',
background: `url("${BlankImage}") center / cover`,
group: 'Get Started',
},

View File

@ -320,7 +320,7 @@
"newDatalink": "New Datalink",
"newSecret": "New Secret",
"newLabel": "New Label",
"newEmptyProject": "New Empty Project",
"newEmptyProject": "New Project",
"stopExecution": "Stop execution",
"openInEditor": "Open in editor",