mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
|
/**
|
||
|
* Getters
|
||
|
*/
|
||
|
|
||
|
export const getSetupWorkflowCredentialsButton = () => cy.get(`button:contains("Set up Template")`);
|