6 lines
121 B
TypeScript
Executable File
6 lines
121 B
TypeScript
Executable File
/**
|
|
* Getters
|
|
*/
|
|
|
|
export const getSetupWorkflowCredentialsButton = () => cy.get('button:contains("Set up template")');
|