Files
Agent-n8n/n8n-n8n-1.109.2/cypress/composables/modals/workflow-credential-setup-modal.ts
2025-09-08 04:48:28 +08:00

14 lines
296 B
TypeScript
Executable File

/**
* Getters
*/
export const getWorkflowCredentialsModal = () => cy.getByTestId('setup-workflow-credentials-modal');
export const getContinueButton = () => cy.getByTestId('continue-button');
/**
* Actions
*/
export const closeModalFromContinueButton = () => getContinueButton().click();