* Apply similar eslint rules to the webapp project and fix outstanding issues * add paths to e2e tsconfig (for webstorm)
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
export const updateSchemaModalConfirmBtnClick = () => {
|
|
cy.get("[data-testid='update-schema-confirm-btn']").click();
|
|
};
|