Closed lukevella closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
app | 🔄 Building (Inspect) | Visit Preview | 💬 Add feedback | Sep 6, 2024 2:38pm |
landing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 6, 2024 2:38pm |
The test suite for timezone change detection has been updated by removing a test case that checked for the display of a modal when the stored timezone matched the current timezone. The remaining test case continues to validate the modal's display when the stored timezone differs from the current timezone. This adjustment simplifies the testing logic.
Files | Change Summary |
---|---|
apps/web/tests/timezone-change.spec.ts | Removed a test case for modal display when stored timezone matches current timezone; retained test for differing timezones. |
In the meadow where time hops and plays,
A modal danced in the sun's warm rays.
With changes made, it twirls with glee,
For timezones now flow like a gentle sea.
Oh, what joy in our testing spree! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This test seems flaky because the timezone that we get from the browser might not be one of the supported timezones
Summary by CodeRabbit