ToolJet/cypress-tests/cypress/constants/texts/numberInput.js
Ajith KV cd7926130e
Add happy path spec for number input widget (#4074)
* Add data-cy for number input widget

* Modify faker file

* Add spec and constants

* Modify spec with random number funtion

* Modify button widget spec

* Review changes
2022-10-04 13:08:21 +05:30

4 lines
No EOL
132 B
JavaScript

export const numberInputText = {
defaultWidgetName: "numberinput1",
numberInputDocumentationLink: "NumberInput documentation",
}