ToolJet/cypress-tests/cypress/constants/texts/textInput.js
Midhun Kumar E 6b155930a1
Automation fixed for appbuilder-1.3 (#7388)
* Add data-cy

* Fix specs

* Fix no events label

* Fix Table regression

* Fix action failures.

* Fix Event data-cy

* Fix cy version

* Revert lock filr
2023-09-12 13:04:44 +05:30

4 lines
135 B
JavaScript

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