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

12 lines
468 B
JSON
Raw Normal View History

2020-03-20 14:21:24 +00:00
{
2020-05-05 09:08:31 +00:00
"CreateApp":"span[class='bp3-button-text']",
2020-03-20 14:21:24 +00:00
"searchInput": "input[type='text']",
"appEditIcon": ".t--application-edit-link",
2020-03-20 14:21:24 +00:00
"publishButton":".t--application-publish-btn",
2020-04-03 09:29:52 +00:00
"publishCrossButton":"span[icon='small-cross']",
2020-05-05 09:08:31 +00:00
"homePageID":"//div[@id='root']",
"appMoreIcon":".bp3-popover-wrapper.more .bp3-popover-target",
"deleteButton":".bp3-menu-item.bp3-popover-dismiss",
"selectAction":"#Base",
"deleteApp":".bp3-menu-item"
2020-03-20 14:21:24 +00:00
}