1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/airbyte-webapp-e2e-tests/cypress/commands/sidebar.ts
Edmundo Ruiz Ghanem 609541d9ae Migrate cypress tests and commands to TypeScript (#13091)
* Migrate cypress tests and commands to TypeScript

* Cypress added plugins to tsconfig

* Update cypress plugins file to .ts
2022-06-03 13:00:58 -04:00

4 lines
84 B
TypeScript

export const openSettings = () => {
cy.get("nav a[href*='settings']").click();
};