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

7 lines
257 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']"
2022-03-03 10:56:53 +00:00
}