mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
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:
parent
3941634036
commit
3f748fdf5c
@ -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)
|
||||
}
|
||||
|
||||
|
@ -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',
|
||||
},
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user