mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Small ui fixes to workflow cred setup modal (no-changelog) (#8280)
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
|
||||
export const getWorkflowCredentialsModal = () => cy.getByTestId('setup-workflow-credentials-modal');
|
||||
|
||||
export const getContinueButton = () => cy.getByTestId('continue-button');
|
||||
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
||||
export const closeModal = () =>
|
||||
getWorkflowCredentialsModal().find("button[aria-label='Close this dialog']").click();
|
||||
export const closeModalFromContinueButton = () => getContinueButton().click();
|
||||
|
||||
Reference in New Issue
Block a user