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

44 lines
2.1 KiB
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",
"shareButton":".t--application-share-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-08-07 06:56:47 +00:00
"homeIcon": ".t--appsmith-logo",
"inputAppName": "input[name=applicationName]",
"createNew": ".createnew",
"createOrg": "button:contains('Create Organization')",
"inputOrgName": "//input[@name='name']",
"submitBtn": "//span[text()='Submit']/parent::button",
"orgMenu": "//span[text()='TestShareOrg']/parent::button",
"members": "//div[contains(text(),'Members')]",
"share": "//div[contains(text(),'Share')]",
"OrgSettings": "//div[contains(text(),'Organization Settings')]",
"inviteUser": "//span[text()='Invite Users']/parent::button",
"email": "//input[@type='email']",
"selectRole": "//span[text()='Select a role']",
"adminRole": "//div[@class='bp3-overlay bp3-overlay-open']//div[contains(text(),'Administrator')]",
"viewerRole": "//div[@class='bp3-overlay bp3-overlay-open']//div[contains(text(),'Viewer')]",
"developerRole": "//div[@class='bp3-overlay bp3-overlay-open']//div[contains(text(),'Developer')]",
"inviteBtn": "//span[text()='Invite']/parent::button",
"manageUsers": ".manageUsers",
"DeleteBtn": "//div[@data-colindex='3']//*[local-name()='svg']",
"ShareBtn": "//span[text()='Share']/parent::button",
"launchBtn": "//span[text()='Launch']/parent::button",
"appView": ".t--application-view-link",
2020-08-18 06:40:11 +00:00
"applicationCard": ".t--application-card",
"appHome": "//a[@href='/applications']",
"emailList": "[data-colindex='0']",
"orgList": ".t--org-section:contains(",
"orgSectionBtn": ".t--org-section .bp3-button",
"shareOrg": ") .bp3-button-text:contains('Share')",
"orgSection": ".bp3-button-text:contains(",
"createAppFrOrg": ") .t--create-app-popup"
2020-08-07 06:56:47 +00:00
}