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