ToolJet/cypress-tests/cypress/constants/texts/textInput.js
Ajith KV 7d89282776
Add happy path spec for Text Input widget (#4029)
* Add and modify data-cy for text input widget

* Add methods and utlis file for text input widget

* Add custom command for code mirror input clear function

* Modify common widget selectors

* Add and modify texts and labels

* Add spec file

* Add review changes
2022-09-23 18:03:05 +05:30

4 lines
No EOL
124 B
JavaScript

export const textInputText = {
defaultWidgetName: "textinput1",
textInputDocumentationLink: "TextInput documentation",
}