mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Improve style of Canvas action buttons (#16724)
This commit is contained in:
@@ -12,7 +12,7 @@ describe('Canvas Actions', () => {
|
||||
});
|
||||
|
||||
it('adds sticky to canvas with default text and position', () => {
|
||||
workflowPage.getters.addStickyButton().should('not.be.visible');
|
||||
workflowPage.getters.addStickyButton().should('be.visible');
|
||||
|
||||
addDefaultSticky();
|
||||
workflowPage.actions.deselectAll();
|
||||
|
||||
@@ -437,7 +437,6 @@ export class WorkflowPage extends BasePage {
|
||||
.click({ force: true });
|
||||
},
|
||||
addSticky: () => {
|
||||
this.getters.nodeCreatorPlusButton().realHover();
|
||||
this.getters.addStickyButton().click();
|
||||
},
|
||||
deleteSticky: () => {
|
||||
|
||||
Reference in New Issue
Block a user