PromucFlow_constructor/app/client/cypress/fixtures/PartialImportExport
NandanAnantharamu 8682dd2b90
test: PartialExport_Widgets_spec - updated test validation logic (#33371)
Spec -
cypress/e2e/Regression/ClientSide/PartialImportExport/PartialExport_Widgets_spec.ts

RCA:
Comparison of this file post export is failing this file needed change.
closeModal('Insert_Modal')) is changed to closeModal(Insert_Modal.name))
and
showModal('Delete_Modal')) to showModal(Delete_Modal.name))

Solution:
To overcome this issue of frequent updation of file we have come up with
a solution to validate the partial import post export in a different
way.
1. We are creating a separate page and importing the partially exported
file
2. We are doing widget validation based on the selection we did during
our export
3. We are checking the properties of the widgets in the process in the
new page

---------

Co-authored-by: Trisha Anand <trisha@appsmith.com>
2024-05-21 18:40:02 +05:30
..
CustomJsLibsExportedOnly.json chore: Introduce changes to minimize git footprint (#32595) 2024-04-16 21:34:24 +05:30
DatasourceExportedOnly.json chore: Introduce changes to minimize git footprint (#32595) 2024-04-16 21:34:24 +05:30
JSExportedOnly.json chore: Introduce changes to minimize git footprint (#32595) 2024-04-16 21:34:24 +05:30
PartialImportExportSampleApp.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
QueriesExportedOnly.json chore: Introduce changes to minimize git footprint (#32595) 2024-04-16 21:34:24 +05:30
WidgetsExportedOnly.json test: PartialExport_Widgets_spec - updated test validation logic (#33371) 2024-05-21 18:40:02 +05:30