ToolJet/cypress-tests/cypress/constants/texts/button.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

14 lines
431 B
JavaScript

export const buttonText = {
defaultWidgetText: "Button",
defaultWidgetName: "button1",
buttonTextLabel: "Button Text",
loadingState: "Loading State",
buttonDocumentationLink: "Button documentation",
backgroundColor: "Background Color",
textColor: "Text color",
loaderColor: "Loader color",
defaultBackgroundColor: "#375FCF",
defaultTextColor: "#fff",
defaultLoaderColor: "#fff",
borderRadiusInput: "20",
};