Conversation
WalkthroughThe Changes
Poem
Tip Early access features: enabledWe are currently testing the following features in early access:
Note:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- app/client/cypress/e2e/Regression/ClientSide/ExplorerTests/Widgets_Sidebar.ts (2 hunks)
Additional comments not posted (2)
app/client/cypress/e2e/Regression/ClientSide/ExplorerTests/Widgets_Sidebar.ts (2)
73-82: LGTM! The widget catalog is correctly updated for the airgapped environment.The
WIDGETS_CATALOG.ContentandWIDGETS_CATALOG.Displaylists are appropriately modified based on theAIRGAPPEDenvironment variable.
202-209: LGTM! The widget search behavior is correctly adapted for the airgapped environment.The search behavior changes ensure that the correct number of widget cards are displayed based on the
AIRGAPPEDenvironment variable.
app/client/cypress/e2e/Regression/ClientSide/ExplorerTests/Widgets_Sidebar.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- app/client/cypress/e2e/Regression/ClientSide/ExplorerTests/Widgets_Sidebar.ts (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- app/client/cypress/e2e/Regression/ClientSide/ExplorerTests/Widgets_Sidebar.ts
app/client/cypress/e2e/Regression/ClientSide/ExplorerTests/Widgets_Sidebar.ts
Outdated
Show resolved
Hide resolved
app/client/cypress/e2e/Regression/ClientSide/ExplorerTests/Widgets_Sidebar.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- app/client/cypress/e2e/Regression/ClientSide/ExplorerTests/Widgets_Sidebar.ts (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- app/client/cypress/e2e/Regression/ClientSide/ExplorerTests/Widgets_Sidebar.ts
…t removal from Airgapped (appsmithorg#34612) ## Description This [PR](appsmithorg#34540) removed custom widgets from Airgapped versions and this caused the widget sidebar tests to fail. This PR updated the required tests to account for this change. Fixes #`Issue Number` _or_ Fixes `Issue URL` ## Automation /ok-to-test tags="@tag.Widget" ### 🔍 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/9757281541> > Commit: bd1e5ed > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9757281541&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Widget` <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated widgets catalog to display different widgets based on the airgapped environment. - Adjusted widget search behavior to align with the airgapped environment, enhancing search accuracy and display. - **Bug Fixes** - Fixed widget card display consistency when the `AIRGAPPED` environment variable is enabled. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
This PR removed custom widgets from Airgapped versions and this caused the widget sidebar tests to fail. This PR updated the required tests to account for this change.
Fixes #
Issue Numberor
Fixes
Issue URLAutomation
/ok-to-test tags="@tag.Widget"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/9757281541
Commit: bd1e5ed
Cypress dashboard.
Tags:
@tag.WidgetCommunication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit
New Features
Bug Fixes
AIRGAPPEDenvironment variable is enabled.