Open
Description
Issue Summary
While running the embed e2e:embed tests, I noticed some hydration errors.
Steps to Reproduce
- Set PWDEBUG=1 in env file
- yarn test-e2e:embed
- The 2nd test will time out because of the Hydration error.
The e2e test command should run without manual interference.
Actual Results
- Without PWDEBUG=1, the test shows timeout error.
Expected Results
- There should not be any unhandled runtime errors.