PromucFlow_constructor/app/client/cypress/locators/TemplatesLocators.json

11 lines
437 B
JSON
Raw Normal View History

2022-03-03 10:56:53 +00:00
{
"templatesTab": ".t--templates-tab",
"templateForkButton": ".t--fork-template",
"dialogForkButton": ".t--fork-template-button",
"templateCard": "[data-cy='template-card']",
"templateViewForkButton": "[data-cy='template-fork-button']",
"startFromTemplateCard": "[data-cy=start-from-template]",
"templateDialogBox": "[data-testid='t--dialog-component']",
"selectAllPages": "//span[text()='Select all']"
2022-03-03 10:56:53 +00:00
}