-
Notifications
You must be signed in to change notification settings - Fork 98
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 VolumeScreenIndividualTest and VolumeScreenThemeTest #323
Comments
These 2 classes were renamed in #223 We need to find out answers for:
These two things cross my mind to investigate: |
Many tests (FigmaVolumeScreenTest, MediaPlayerScreenTest, PodcastPlayerScreenTest, MediaChipTest, ShowPlaylistChipTest, SecondaryChipTest) started failing now:
Downloading the build artifacts I can see in the test report:
So it looks like it's something related to our custom snapshot handler. |
Possible scenario for
|
After merging #337 (red in CI) into main branch (green in CI), main became red in CI with the same errors. So going back to the points listed in #323 (comment):
Cache keys for the commit before and after are the same, however, the commit before could not find the cache:
Whereas the commit after found it:
This #337 only changed one file: |
I can see in the archived logs for #336:
Which seems to answer the question above that changes to |
After merging #322,
build
step in main branch got green.However, the PRs that are up to date with main branch started to fail with:
Once again, main is green, but the PRs that are up to date with main branch started to fail with:
The text was updated successfully, but these errors were encountered: