PromucFlow_constructor/app/client/cypress/support
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
..
Objects fix: Modal widget background issues (#20446) 2023-02-08 13:31:26 +05:30
Pages fix: Objects that start with an underscore _JSObject1 fail to be navigated from the debugger (#20020) 2023-02-06 13:08:09 +05:30
AdminSettingsCommands.js chore: fix flaky embed settings test (#18491) 2022-11-30 09:42:20 +05:30
ApiCommands.js chore: Fixing lint errors in the Cypress code base (#16504) 2022-09-03 23:57:41 +05:30
commands.js test: Appsmith upgrade tests (#20294) 2023-02-07 15:45:23 +05:30
Constants.js perf: Widget re-rendering refactor (#14485) 2022-08-19 15:40:36 +05:30
dataSourceCommands.js test: Moving specs to run on FatContainer + Gitea migration (#18920) 2023-01-25 11:09:02 +05:30
gitSync.js test: Cypress Flaky fixes + Mock api update + PgAdminspec fix (#20032) 2023-02-02 13:29:24 +05:30
index.js test: Appsmith upgrade tests (#20294) 2023-02-07 15:45:23 +05:30
queryCommands.js feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
themeCommands.js chore: Makes use of DS components in ThemeControls (#19000) 2022-12-23 15:37:29 +05:30
timeout.js fix: Text getting clipped for Italic font in Table Widget V1 (#15549) 2022-08-16 11:12:31 +05:30
widgetCommands.js test: add common test methods for RBAC (#18968) 2022-12-16 10:45:25 +05:30
WorkspaceCommands.js feat: in-app embed settings (#19023) 2022-12-26 10:41:33 +05:30