PromucFlow_constructor/app/client/cypress/e2e/Regression/ClientSide
Abhinav Jha 74fcf269af
fix: widget borders does not reflect widget height (#23694)
## Description

#### Reported issue
If a widget - not a container like widget - has a minimum height of 4
rows, and the auto height is enabled for the widget, the widget borders
signify a much smaller height. Example - checkbox widget.

#### Results of RCA
This was happening because, we set `height: auto` for all widgets, when
it should have been done only for container like widgets. The
`height:auto` in the resizable library, allowed the library to show the
widget borders completely hugging the contents of the widget, when it
should have been restricted to a minimum of 4 rows (40px). This is
because, in the platform, the minimum height any widget can have is 4
rows (40px) in Fixed mode (not auto layout mode)


#### Solution:
We exclude widgets which do not have `isCanvas` property set to `true`
from setting the `autoHeight` flag. This allows the library to set the
provided height instead of hugging contents.

#### PR fixes following issue(s)
Fixes #23690 

#### Type of change
- Bug fix (non-breaking change which fixes an issue)
## Testing
#### How Has This Been Tested?
- [x] Manual
- [x] Cypress
2023-06-28 14:11:45 +05:30
..
ActionExecution test: Cypress - Split Long Cypress Specs (#24682) 2023-06-21 12:50:11 +05:30
AdminSettings test: Cypress | Flaky fixes (#24572) 2023-06-17 13:53:03 +05:30
AppNavigation test: Cypress | Flaky fixes (#24593) 2023-06-20 14:28:06 +05:30
AuditLogs
Autocomplete fix: Added support for bracket notation autocomplete (#24493) 2023-06-28 12:46:35 +05:30
Binding test: Cypress - Flaky Fix (#24738) 2023-06-22 20:30:46 +05:30
Branding test: Cypress version upgrade Cy 11.2 + Flaky fixes (#23667) 2023-05-24 18:00:39 +05:30
BugTests fix: adding theme and settings to git status messages (#24045) 2023-06-28 10:03:19 +05:30
CodeComment
DynamicHeight fix: widget borders does not reflect widget height (#23694) 2023-06-28 14:11:45 +05:30
Editor fix: excluding intercom test cases for airgap (#23974) 2023-06-02 12:10:49 +05:30
EmbedSettings test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
ExplorerTests test: Cypress - Split Long Cypress Specs (#24682) 2023-06-21 12:50:11 +05:30
FormLogin
FormNativeToRawTests test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
Git fix: ADS select styles getting overridden by WDS components (#24503) 2023-06-23 11:29:11 +05:30
Github
Google
IDE test: Cypress - Split Long Cypress Specs (#24682) 2023-06-21 12:50:11 +05:30
JSLibrary test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
JSObject test: Cypress version upgrade Cy 11.2 + Flaky fixes (#23667) 2023-05-24 18:00:39 +05:30
Linting feat: query creation dumb templates replaced with smart templates (#24234) 2023-06-19 15:23:34 +05:30
MobileResponsiveTests feat: query creation dumb templates replaced with smart templates (#24234) 2023-06-19 15:23:34 +05:30
Onboarding chore: fix signposting airgap test (#24784) 2023-06-26 10:53:11 +05:30
OneClickBinding chore: [one click binding] convert select component to menu component on property control (#24517) 2023-06-22 16:11:56 +05:30
OtherUIFeatures test: Skip omnibar documentation test (#24899) 2023-06-28 13:08:46 +05:30
PeekOverlay fix: peeking on undefined properties (#23818) 2023-06-05 09:24:10 +05:30
Performance perf: prioritize the main bundle over preloads (v2) (#24374) 2023-06-22 10:58:10 +05:30
ProductRamps feat: in-app ramps for private embed feature (#24507) 2023-06-21 13:39:14 +05:30
PropertyPane test: Cypress | Flaky fixes (#24508) 2023-06-17 00:10:10 +05:30
PublishedApps test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
Refactoring test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
SettingsPane fix: puts navbar functionality behind feature flag (#24561) 2023-06-22 10:30:24 +05:30
Templates chore: update fork template to app test (#24783) 2023-06-23 16:16:15 +05:30
ThemingTests test: Cypress | ThemingTests fixes (#24577) 2023-06-17 20:16:39 +05:30
UserProfile test: Cypress version upgrade Cy 11.2 + Flaky fixes (#23667) 2023-05-24 18:00:39 +05:30
VisualTests test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30
Widgets fix: table spec flakiness (#24889) 2023-06-28 10:52:41 +05:30
Workspace test: Cypress | Cy 12 upgrade + Flaky fixes (#23852) 2023-06-15 18:51:11 +05:30