mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
af3ac2db28
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")');
|