PromucFlow_constructor/app/client/cypress/locators/HomePage.json
2020-05-05 14:38:31 +05:30

11 lines
411 B
JSON

{
"CreateApp":"span[class='bp3-button-text']",
"searchInput": "input[type='text']",
"appEditIcon": ".t--application-edit-link",
"publishButton":".t--application-publish-btn",
"publishCrossButton":"span[icon='small-cross']",
"homePageID":"//div[@id='root']",
"appMoreIcon":".bp3-popover-wrapper.more .bp3-popover-target",
"deleteButton":".bp3-menu-item.bp3-popover-dismiss"
}