1
0
mirror of synced 2026-02-03 10:02:09 -05:00
Files
airbyte/airbyte-webapp-e2e-tests/cypress/pages/modals/updateSchemaModal.ts
Edmundo Ruiz Ghanem 1c02097582 🪟 🧹 Improve and fix linting in webapp-e2e-tests (#20134)
* Apply similar eslint rules to the webapp project and fix outstanding issues

* add paths to e2e tsconfig (for webstorm)
2022-12-07 15:38:57 -05:00

4 lines
122 B
TypeScript

export const updateSchemaModalConfirmBtnClick = () => {
cy.get("[data-testid='update-schema-confirm-btn']").click();
};