PromucFlow_constructor/app/client/cypress/integration/Smoke_TestSuite/ServerSideTests
subratadeypappu 507caf2ebd
fix: Garbled characters in API response (#13515)
* fix: Consider zip compression info from API response header (#13515)

This commit fixes two things
- If certain API has Accept-Encoding header then Appsmith will take care of this before rendering response to the client
- Used MediaType.includes function for more extensive matching of the requsted API's content type

* fix: Add unit test on consuming API with gzip encoded response (#13515)

This commit takes care of two things
- Unit test on consuming an API which has response being encoded in GZip format
- Set default content-type to "text/plain" in case the content-type is not present in API response

* fix: Add Cypress test on consuming API with gzip encoded response (#13515)

This commit takes care of the following
- Cypress test on consuming an API which checks if it can read any property from the response sent from the API server encoded in GZip format
2022-06-24 15:22:51 +06:00
..
ApiTests fix: Garbled characters in API response (#13515) 2022-06-24 15:22:51 +06:00
Datasources test: Automated tests for Bug #14299 + Specs rearranged (#14632) 2022-06-23 20:43:15 +05:30
DataTypes test: Automated tests for Postgres Datatype - Boolean & Enum (#14778) 2022-06-24 13:52:29 +05:30
GenerateCRUD test: Automated tests for Bug #14299 + Specs rearranged (#14632) 2022-06-23 20:43:15 +05:30
JsFunctionExecution test: Automated tests for Bug #14299 + Specs rearranged (#14632) 2022-06-23 20:43:15 +05:30
OnLoadTests test: Automated tests for Bug #14299 + Specs rearranged (#14632) 2022-06-23 20:43:15 +05:30
Params test: Automated tests for Bug #14299 + Specs rearranged (#14632) 2022-06-23 20:43:15 +05:30
QueryPane test: Automated tests for Bug #14299 + Specs rearranged (#14632) 2022-06-23 20:43:15 +05:30