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

30 lines
999 B
JavaScript

export const multipageText = {
labelPages: "Pages",
pageNameHome: "HomeHome",
headerPageHandle: "Page Handle",
pageHandleModalTitle: "Edit page handle",
editPagehandleInfo:
"Changing the page handle will break any existing apps that are using this page.",
pageHanmdleEmptyMessage: "Page handle cannot be empty",
samePagehandleToast: "Page with same handle already exists",
optionRename: "Rename",
optionMarkHome: "Mark home",
optionHidePage: "Hide page on app menu",
optionEventHandler: "Event Handlers",
eventModalTitle: "Page Events",
labelEvents: "Events",
addEventHandlerLink: "New event handler",
noEventHandlerInfo: "No event handlers",
optionDeletePage: "Delete Page",
deleteModalMessage: "Do you really want to delete Home page?",
headerSettings: "Settings",
optionDisableMenu: "Disable Menu",
disableMenuDescription:
"To hide the page navigation sidebar in viewer mode, set this option to on.",
labelNoPagesFound: "No pages found",
};