Skip to content

Commit

Permalink
Rename stickyNotes panel to sticky notes
Browse files Browse the repository at this point in the history
  • Loading branch information
philemone committed Dec 12, 2024
1 parent c3b5cbf commit e714080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion designer/client/cypress/e2e/creatorToolbar.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("Creator toolbar", () => {
cy.contains(/^types$/i).click();
cy.contains(/^services$/i).click();
cy.contains(/^sinks$/i).click();
cy.contains(/^stickyNotes$/i).click();
cy.contains(/^sticky notes$/i).click();
cy.reload();
cy.get("@toolbar").matchImage();
cy.get("@toolbar").find("input").type("var");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const stickyNoteComponentGroup = (pristine: boolean) => {
disabled: () => !pristine,
},
],
name: "stickyNotes",
name: "sticky notes",
} as ComponentGroup,
];
};

0 comments on commit e714080

Please sign in to comment.