mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Close Workflow URL Import Modal after import (#15177)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
@@ -219,6 +219,9 @@ export class WorkflowPage extends BasePage {
|
||||
}
|
||||
return parseFloat(element.css('top'));
|
||||
},
|
||||
inputURLImportWorkflowFromURL: () => cy.getByTestId('workflow-url-import-input'),
|
||||
cancelActionImportWorkflowFromURL: () => cy.getByTestId('cancel-workflow-import-url-button'),
|
||||
confirmActionImportWorkflowFromURL: () => cy.getByTestId('confirm-workflow-import-url-button'),
|
||||
confirmModal: () => cy.get('div[role=dialog][aria-modal=true]'),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user