mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Hide cred setup button from canvas (no-changelog) (#8255)
This commit is contained in:
@@ -202,6 +202,8 @@ describe('Template credentials setup', () => {
|
||||
});
|
||||
});
|
||||
|
||||
getSetupWorkflowCredentialsButton().should('not.exist');
|
||||
|
||||
// We need to save the workflow or otherwise a browser native popup
|
||||
// will block cypress from continuing
|
||||
workflowPage.actions.saveWorkflowOnButtonClick();
|
||||
|
||||
Reference in New Issue
Block a user