appsmith
appsmith copied to clipboard
fix: Button grouping default value
Pull Request Template
Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request.
Description
Please include a summary of the changes and which issue has been fixed. Please also include relevant motivation and context. List any dependencies that are required for this change Links to Notion, Figma or any other documents that might be relevant to the PR
Add a TL;DR when description is extra long (helps content team)
Fixes # (issue)
if no issue exists, please create an issue and ask the maintainers about this first
Media
A video or a GIF is preferred. when using Loom, don’t embed because it looks like it’s a GIF. instead, just link to the video
Type of change
Please delete options that are not relevant.
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions, so we can reproduce. Please also list any relevant details for your test configuration. Delete anything that is not important
- Manual
- Jest
- Cypress
Test Plan
Add Testsmith test cases links that relate to this PR
Issues raised during DP testing
Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR)
Checklist:
Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag
QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or manual QA
- [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated |
|---|---|---|---|---|
| appsmith | ❌ Failed (Inspect) | Mar 6, 2023 at 5:28AM (UTC) |
Unable to find test scripts. Please add necessary tests to the PR.
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected.
This PR has been closed because of inactivity.
This PR has been closed because of inactivity.
/ok-to-test sha=a28eef6
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/4340214612.
Workflow: Appsmith External Integration Test Workflow.
Commit: a28eef6.
PR: 18533.
Perf tests will be available at https://app.appsmith.com/app/performance-infra-dashboard/pr-details-638dd7cd2913ba43778b915e?pr=18533&runId=4340214612_1
The following are new failures, please fix them before merging the PR
- cypress/integration/Regression_TestSuite/ClientSideTests/Onboarding/GuidedTour_spec.js
- cypress/integration/Regression_TestSuite/ClientSideTests/VisualTests/DatasourcePageLayout_spec.js
- cypress/integration/Regression_TestSuite/ClientSideTests/VisualTests/JSEditorIndent_spec.js
- cypress/integration/Regression_TestSuite/ClientSideTests/Widgets/TableV2/TableV2_spec.js
- cypress/integration/Regression_TestSuite/ServerSideTests/QueryPane/Mongo_Spec.js
/ok-to-test sha=248955b
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/4458807297.
Workflow: Appsmith External Integration Test Workflow.
Commit: 248955b.
PR: 18533.
Perf tests will be available at https://app.appsmith.com/app/performance-infra-dashboard/pr-details-638dd7cd2913ba43778b915e?pr=18533&runId=4458807297_1
The following are new failures, please fix them before merging the PR:
- cypress/integration/Regression_TestSuite/ClientSideTests/Widgets/List/List4_spec.js
- cypress/integration/Regression_TestSuite/ClientSideTests/Widgets/TableV2/TableV2_spec.js
The following are new failures, please fix them before merging the PR:
- cypress/integration/Regression_TestSuite/ClientSideTests/Widgets/TableV2/TableV2_spec.js
/ok-to-test sha=643dd94
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/4459733617.
Workflow: Appsmith External Integration Test Workflow.
Commit: 643dd94.
PR: 18533.
Perf tests will be available at https://app.appsmith.com/app/performance-infra-dashboard/pr-details-638dd7cd2913ba43778b915e?pr=18533&runId=4459733617_1
The following are new failures, please fix them before merging the PR:
- cypress/integration/Regression_TestSuite/ClientSideTests/Git/GitWithJSLibrary/GitwithCustomJSLibrary_spec.js
The following are new failures, please fix them before merging the PR:
- cypress/integration/Regression_TestSuite/ClientSideTests/Git/GitWithJSLibrary/GitwithCustomJSLibrary_spec.js
is this fix applicable to buttons/code scanner currently? @aswathkk
also, i dont see any DP generated , can you check ? @aswathkk
/build-deploy-preview env=release
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/4550230048.
Workflow: On demand build Docker image and deploy preview.
skip-tests: ``.
env: release.
PR: 18533.
Deploy-Preview-URL: https://appsmith-ejjnx9buh-get-appsmith.vercel.app
-
Button group--> Button settings-->Button type : Once you toggle into JS mode and remove the value and toggle back, it is not selecting the default value

-
Same as Case 1 for DIvider widget-->(Style)Direction

-
Menu button-> Menu Items Settings->Position (Nothing is selected by default)

-
table -->Default row height(Style : By default selection not highlighted

-
Same as Case 1 for Table-->Text align/vertical alignment (Style)

-
Same as case 1 for text widget --> ALignment (Style )

/build-deploy-preview env=release
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/5092343745.
Workflow: On demand build Docker image and deploy preview.
skip-tests: ``.
env: release.
PR: 18533.
recreate: .
Deploy-Preview-URL: https://appsmith-d2qgv7m6s-get-appsmith.vercel.app
@Sripriya93 : please test the pr
No ads review required
- All the cases mentioned as same as Case 1 are still happening - If we toggle JS and remove the value and toggle back default value isnt selected
- For JSON Form: Reset and Submit button, Border radius and Box Shadow aren't highlighted when selected, but the widget's border is changing
https://github.com/appsmithorg/appsmith/assets/104895602/f49ae027-adac-45e1-b2c6-26b@rohitagarwal88 188ba7
@aswathkk @rohitagarwal88
The visibility of the position segment should be hidden when no icons are selected.
@aswathkk @rohitagarwal88
/build-deploy-preview env=release