mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Un-skip workflow save test (no-changelog) (#9698)
This commit is contained in:
parent
c0e4f69fe6
commit
810991156b
|
@ -37,7 +37,7 @@ describe('Workflow Actions', () => {
|
|||
WorkflowPage.getters.isWorkflowSaved();
|
||||
});
|
||||
|
||||
it.skip('should not save already saved workflow', () => {
|
||||
it('should not save already saved workflow', () => {
|
||||
cy.intercept('PATCH', '/rest/workflows/*').as('saveWorkflow');
|
||||
WorkflowPage.actions.saveWorkflowOnButtonClick();
|
||||
WorkflowPage.actions.addNodeToCanvas(MANUAL_TRIGGER_NODE_NAME);
|
||||
|
|
Loading…
Reference in a new issue