* light and dark mode added in Invite modal * warnings removed * create org and invite user test cases fixed * Application invite design implemented * manage user icon added * button width fixed * PR feedback implemented * test cases fixed * used blueprint classes * used calc for width distribution * copy button width fixed * prop passing fixed * copy button size reduced * readonly input field background color fixed * input background theme name ordering changed * TagInputComponent moved to ads * created DropdownWrapper for select field in orgInviteForm * Warnings created due to unique key and depdencies is fixed * Warning fixed in dropdown component * correct prop name used Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
50 lines
2.2 KiB
JSON
50 lines
2.2 KiB
JSON
{
|
|
"CreateApp": "span[class='bp3-button-text']",
|
|
"searchInput": "input[type='text']",
|
|
"appEditIcon": ".t--application-edit-link",
|
|
"publishButton": ".t--application-publish-btn",
|
|
"shareButton": ".t--application-share-btn",
|
|
"publishCrossButton": "span[icon='small-cross']",
|
|
"homePageID": "//div[@id='root']",
|
|
"appMoreIcon": ".bp3-popover-wrapper.more .bp3-popover-target",
|
|
"duplicateApp": "[data-cy=t--duplicate]",
|
|
"selectAction": "#Base",
|
|
"deleteApp": "[data-cy=t--delete]",
|
|
"homeIcon": ".t--appsmith-logo",
|
|
"inputAppName": "input[name=applicationName]",
|
|
"createNew": ".createnew",
|
|
"createOrg": "span:contains('Create Organization')",
|
|
"inputOrgName": "//input[@name='name']",
|
|
"submitBtn": "//span[text()='Submit']",
|
|
"orgMenu": "//span[text()='TestShareOrg']",
|
|
"members": "//span[contains(text(),'Members')]",
|
|
"share": "//span[contains(text(),'Share')]",
|
|
"OrgSettings": "//span[contains(text(),'Organization Settings')]",
|
|
"MemberSettings": "//span[contains(text(),'Members')]",
|
|
"inviteUser": "//span[text()='Invite Users']",
|
|
"inviteUserMembersPage": "[data-cy=t--invite-users]",
|
|
"email": "//input[@type='email']",
|
|
"selectRole": "//span[text()='Select a role']",
|
|
"adminRole": "//div[@class='label-title']//span[text()='Administrator']",
|
|
"viewerRole": "//div[@class='label-title']//span[text()='App Viewer']",
|
|
"developerRole": "//div[@class='label-title']//span[text()='Developer']",
|
|
"inviteBtn": "//button[text()='Invite']",
|
|
"manageUsers": ".manageUsers",
|
|
"DeleteBtn": "[data-cy=t--deleteUser]",
|
|
"ShareBtn": "//a[text()='Share']",
|
|
"launchBtn": "//span[text()='Launch']",
|
|
"appView": ".t--application-view-link",
|
|
"applicationCard": ".t--application-card",
|
|
"appsContainer": ".t--applications-container",
|
|
"appHome": "//a[@href='/applications']",
|
|
"emailList": "[data-colindex='0']",
|
|
"orgList": ".t--org-section:contains(",
|
|
"orgSectionBtn": ".t--org-section .bp3-button",
|
|
"shareOrg": ") a:contains('Share')",
|
|
"orgSection": "a:contains(",
|
|
"createAppFrOrg": ") .t--create-app-popup",
|
|
"shareApp": ".t--application-share-btn",
|
|
"enablePublicAccess": ".bp3-control-indicator",
|
|
"closeBtn": ".bp3-dialog-close-button"
|
|
|
|
} |