-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: issue with caching when selecting transport filter #229
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good🚀
Should the tests be working? |
Problem here is that FRAM tests runs on AtB tests so search results are differently sorted 😅 |
b000843
to
bff55b2
Compare
d292b91
to
4dc7d09
Compare
Is |
It all depends on what tags we use (conventional commits allows for defining your own). But that said, this will be a fix as it now fixes cache issue which is a real bug 😄 Most cases adding tests is part of fix after either discovering a bug or when developing new things. |
4dc7d09
to
a05a693
Compare
The cache doesn't bust on transport mode, causing it not to work as expected. This adds a test case (e2e) to verify fix and fixes the issue.