Skip to content

Commit

Permalink
Rename launcher item
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 9, 2024
1 parent d6cb74d commit 470e108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/jupytergis_core/src/jgisplugin/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const activate = (
});

app.commands.addCommand(CommandIDs.createNew, {
label: args => 'New JGIS File',
label: args => 'GIS File',
caption: 'Create a new JGIS Editor',
icon: args => logoIcon,
execute: async args => {
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/tests/new-file.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test.describe('#newFile', () => {
test('New file should open with no errors', async ({ page }) => {
await page
.getByLabel('notebook content')
.getByText('New JGIS File')
.getByText('GIS File')
.click();

const tab = page.getByLabel('notebook content');
Expand Down

0 comments on commit 470e108

Please sign in to comment.