mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(editor): Reka UI inline text edit component (#15752)
This commit is contained in:
@@ -319,7 +319,6 @@ export class WorkflowPage extends BasePage {
|
||||
cy.get('body').type('{del}');
|
||||
},
|
||||
setWorkflowName: (name: string) => {
|
||||
this.getters.workflowNameInput().should('be.disabled');
|
||||
this.getters.workflowNameInput().parent().click();
|
||||
this.getters.workflowNameInput().should('be.enabled');
|
||||
this.getters.workflowNameInput().clear().type(name).type('{enter}');
|
||||
|
||||
Reference in New Issue
Block a user