ToolJet/cypress-tests/cypress/constants/texts/listview.js
Midhun Kumar E 4d42efaa8f
Add cypress test for listview (#4070)
* Add data-cy

* Add utils

* Add spec and constants

* Fix commented lines.

* Added missing preview
2022-09-23 13:38:28 +05:30

7 lines
235 B
JavaScript

export const listviewText = {
defaultWidgetName: "Listview1",
showBottomBorder: "Show bottom border",
rowHeight: "Row height",
noEventHandlerMessage: "This listview doesn't have any event handlers",
listData: "List data",
};