fix: Hide cred setup button from canvas (no-changelog) (#8255)

This commit is contained in:
Tomi Turtiainen
2024-01-08 13:59:04 +02:00
committed by GitHub
parent 7899f7aca5
commit 8affdf680d
6 changed files with 88 additions and 8 deletions

View File

@@ -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();