PromucFlow_constructor/app/client/cypress/locators/AppNavigation.json
Sagar Khalasi 8f88466195
fix: Fix for the embedded case (#38101)
## Description
Fix the case for embedded case

Fixes #`Issue Number`  
_or_  
Fixes `Issue URL`
> [!WARNING]  
> _If no issue exists, please create an issue first, and check with the
maintainers if the issue is valid._

## Automation

/ok-to-test tags="@tag.Settings"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/12311687620>
> Commit: b4e86b07be4154330ec77a7716d1ef9d29629cea
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12311687620&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Settings`
> Spec:
> <hr>Fri, 13 Dec 2024 08:14:04 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a new "copy application URL" button for easier URL
management.
  
- **Bug Fixes**
- Enhanced timeout durations for server restart notifications to improve
reliability.

- **Improvements**
- Modified test setup for better navigation and application creation
process.
- Updated navigation to wait for the page header before proceeding,
improving test flow.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-12-13 15:04:00 +05:30

49 lines
2.4 KiB
JSON

{
"header": ".t--app-viewer-navigation-header",
"sidebar": ".t--app-viewer-navigation-sidebar",
"topStacked": ".t--app-viewer-navigation-top-stacked",
"topInline": ".t--app-viewer-navigation-top-inline",
"applicationName": ".t--app-viewer-application-name",
"shareButton": ".t--app-viewer-share-button",
"editButton": ".t--back-to-editor",
"forkButton": ".t--fork-app",
"signButton": ".t--sign-in",
"backToAppsButton": ".t--app-viewer-back-to-apps-button",
"userProfileDropdownButton": ".t--profile-menu-icon",
"userProfileDropdownMenu": ".ads-v2-menu",
"modal": "div[role=dialog]",
"modalClose": "div[role=dialog] button[aria-label='Close']",
"modalHeader": ".ads-v2-modal__content-header",
"modalBody": ".ads-v2-modal__content-body",
"navigationMenuItem": ".t--page-switch-tab",
"appSettingsButton": ".t--app-settings-cta",
"navigationSettingsTab": "#t--navigation-settings-header",
"navigationPreview": ".t--navigation-preview",
"navigationSettings": {
"showNavbar": "#t--navigation-settings-show-navbar",
"showSignIn": "#t--navigation-settings-show-sign-in",
"orientation": ".t--navigation-settings-orientation",
"navStyle": ".t--navigation-settings-navStyle",
"colorStyle": ".t--navigation-settings-colorStyle",
"orientationOptions": {
"top": ".t--navigation-settings-orientation .ads-v2-segmented-control-value-top",
"side": ".t--navigation-settings-orientation .ads-v2-segmented-control-value-side"
},
"navStyleOptions": {
"stacked": ".t--navigation-settings-navStyle .ads-v2-segmented-control-value-stacked",
"inline": ".t--navigation-settings-navStyle .ads-v2-segmented-control-value-inline"
},
"colorStyleOptions": {
"light": ".t--navigation-settings-colorStyle .ads-v2-segmented-control-value-light",
"theme": ".t--navigation-settings-colorStyle .ads-v2-segmented-control-value-theme"
}
},
"scrollArrows": ".scroll-arrows",
"topStackedScrollableContainer": ".t--app-viewer-navigation-top-stacked .hidden-scrollbar",
"topInlineMoreButton": ".t--app-viewer-navigation-top-inline-more-button",
"topInlineMoreDropdown": ".t--app-viewer-navigation-top-inline-more-dropdown",
"topInlineMoreDropdownItem": ".t--app-viewer-navigation-top-inline-more-dropdown-item",
"sidebarCollapseButton": ".t--app-viewer-navigation-sidebar-collapse",
"copyAppUrl": "[data-testid='copy-application-url']"
}