* Migrate cypress tests and commands to TypeScript * Cypress added plugins to tsconfig * Update cypress plugins file to .ts
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
export const openSettings = () => {
|
|
cy.get("nav a[href*='settings']").click();
|
|
};
|