mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
/**
|
|
* Getters
|
|
*/
|
|
|
|
export const getSetupWorkflowCredentialsButton = () => cy.get('button:contains("Set up template")');
|