Is your enhancement related to a problem? Please describe.
Currently, when running E2E tests, actual calls to the Mailchimp API are being made. This slows down the overall test execution speed and causes issues when running tests in parallel. The settings on Mailchimp get updated by other parallel tests, which leads to failures in the current test.
This issue is created to explore ways to speed up the tests and investigate the possibility of mocking the Mailchimp API.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct