ToolJet/cypress-tests/cypress/constants/texts/multipage.js
Midhun Kumar E ea3299574a
Fixed Editor cypress v2.5.0 (#6213)
* Fix for 2.5.0/Editor

* Minor selector fix

* Fix cinfig

* Fix cypress.yml

* revert cypress.yml changes

* Testing config changes

* Temp  changes

* revert Temp  changes

* Add screenshot verification and wait

* test screenshot on deletion

* Modify component delete util

* Fix config

* Fix for app deletion

* Test Table regression

* Fix table issue

* Fix table type issue

* Fix typo

* Fix clear via type

* Test fix for column input

* Test fix for column input 2

* Update cypress-run.config.js

* Remove spec skips

* Fix versions

---------

Co-authored-by: Adish M <[email protected]>
2023-05-03 11:51:56 +05:30

30 lines
1,009 B
JavaScript

export const multipageText = {
labelPages: "Pages",
pageNameHome: "Home",
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",
optionEventHandler: "Event Handlers",
eventModalTitle: "Page Events",
labelEvents: "Events",
addEventHandlerLink: "+ Add event handler",
noEventHandlerInfo: "This page doesn't have any 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",
};