mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-18 17:47:13 +02:00
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
/**
|
|
* Getters
|
|
*/
|
|
|
|
export const getSetupWorkflowCredentialsButton = () => cy.get('button:contains("Set up template")');
|