ToolJet/cypress/constants/texts/common.js
Ajith KV cb678190d7
Cypress test for the profile settings page (#3083)
* Added cypress test for profile settings page

* Updated common selectors

* Updated common text

* Added functions for random names

* Added data-cy attributes for components

* Added verification for the input value

* Added password field validation

* Added common utils file

* Added wait

* Updated login error toast
2022-06-01 13:42:53 +05:30

12 lines
200 B
JavaScript

export const path={
loginPath: "/login",
profilePath: "/settings"
}
export const commonText={
autoSave: "All changes are saved",
email: "[email protected]",
password: "password"
}