ToolJet/cypress-tests/cypress/constants/texts/passwordInput.js
Ajith KV 9c3ad28013
Add happy path spec for password input widget (#4112)
* Add data-cy for password input widget

* Add spec and constants

* Add review changes

* Modify spec with new utlis functions

* Add review changes
2022-10-14 17:16:09 +05:30

3 lines
No EOL
76 B
JavaScript

export const passwordInputText = {
defaultWidgetName: "passwordinput1"
}