-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: broken line in page settings #30951
Conversation
WalkthroughThe changes involve updating various tags in the visual regression tests to ensure consistency and clarity in categorization, specifically moving from Changes
Assessment against linked issues
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 Configuration File (
|
/build-deploy-preview skip-test=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7811699655. |
/ok-to-test tags="@tag.Settings" |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7811704870. |
Deploy-Preview-URL: https://ce-30951.dp.appsmith.com |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7811704870.
|
going to rerun failed tests because the three failures seem unrelated. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7811704870.
|
second rerun after pulling latest changes from release, as the three failures look completely unrelated. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7811704870.
|
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/7841565945. |
Deploy-Preview-URL: https://ce-30951.dp.appsmith.com |
/ok-to-test tags="@tag.Settings" |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7841774940. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7841774940.
|
/ok-to-test tags="@tag.Settings" |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7867905342. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7867905342. |
Description
for old pages that were created before the new url style, the page settings has a prompt to ask the user to change the URL.
The line in this prompt is broken
This PR changes this line to:
For testing, you can get an example old app from here
PR fixes following issue(s)
Fixes #30922
Media
Type of change
Testing
How Has This Been Tested?
Test Plan
Issues raised during DP testing
Checklist:
Dev activity
QA activity:
Test Plan Approved
label after Cypress tests were reviewedTest Plan Approved
label after JUnit tests were reviewedSummary by CodeRabbit
@tag.Settings
to@tag.Visual
for improved test categorization.@tag.JS
to@tag.Visual
for consistency in test categorization.@tag.Visual
to the list of tags for test categorization.