PromucFlow_constructor/app/client/cypress/integration/Regression_TestSuite
Abhinav Jha 8c2825e862
fix: Modal widget background issues (#20446)
## Description

The following issues were caused because of the recent changes with
respect to auto height instant update.
In the recent change, we removed a few wrappers around containers which
seemed unnecessary. This led to the fact that in deploy mode, these
wrappers were not present. The issue with this was that, these wrappers
were responsible for the modal widget's background color styling. This
also led to an issue where the background color was not applied in edit
mode.

To fix this, we've added a wrapper in the component and removed all
styling logic from the widget. This is because, the component is
responsible for the actual rendering and what users see. The widgets
should act as an interface, and as a result, should not deal with
styling.

Fixes #20434 
Fixes #20405 
Fixes #20436 


## Type of change
- Bug fix (non-breaking change which fixes an issue)
2023-02-08 13:31:26 +05:30
..
Application test: Fix flaky tests + Add clean up for git repos (#20319) 2023-02-06 13:07:01 +05:30
ClientSideTests fix: Modal widget background issues (#20446) 2023-02-08 13:31:26 +05:30
EnterpriseTests/AdminSettings test: Moving specs to run on FatContainer + Gitea migration (#18920) 2023-01-25 11:09:02 +05:30
ServerSideTests test: Fix flaky tests + Add clean up for git repos (#20319) 2023-02-06 13:07:01 +05:30
UpgradeAppsmith test: Appsmith upgrade tests (#20294) 2023-02-07 15:45:23 +05:30