* Updating homepage body color * WIP: Fixing scrolls and adding anchors * Removing divider from bottom of the page. * Adding hover background color to app card * Changing edit and launch icons. * Fixing app name paddding in card. * Fixing workspaces overflow * Adding right padding to applications view * Adding share icon to share btn * Fixing Application card styles. * Fixing text decoration in button. * Adding new workspace button * Fixing new workspace and new app styles. * Adding icon sizes. * Fixing Org Name and Org settings menu. * Application menu working * Fixing overlay visibility on app card * Fixing settings page content width. * Fixing workspace icon * Changing app card colors. * Removing debugger * Adding app icon. * Fixing the spaces in application card * Adding storybook-static folder to gitignore. * Adding other storybook files. * Adding menu items for app * Removing cypress selector from text. * Menu width issue fixed * Default app icon color added * Removing hardcoded colors * Removing hardcoded colors. * Light Mode on! * Showing correct icon and color in menu * Update color working properly. * Updating appIcon * Editable text working. * Adding validator * Adding edit permissions to menu * Removing box shadow on app card. * Fixing context menu fill color * Fixing Menu hover issues. * Fixing menu open close hover issues. * Fixing settings pages * Changed Workspace to org. * Fix: State management in EditableText Component (#540) * Error state height is fixed as per design * savingState prop condition fixed * Fixing createnew. * Fixing saving state for application card. * Fixed application card editable text error. * Fixing issue caused during merge. * Fixing tests in create org. * Removing commented code. * Removing unwanted vars. * Fixing delete duplicate tests. * Latest color palette. * Fixing form and table widget. * Removing switcher from header * Removing unused files * Fixing app card context dropdown * Show overlay fix * Adding localStorage support to theme. * Making dark mode the default. Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
46 lines
2.2 KiB
JSON
46 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='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']",
|
|
"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"
|
|
} |