-
Notifications
You must be signed in to change notification settings - Fork 78
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 image re-rendering for movie details #203
Conversation
Visit the preview URL for this PR (updated for commit a05e59b): https://angular-movies-a12d3--fix-image-rerendering-jdmgzccz.web.app (expires Thu, 27 Jul 2023 13:46:30 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
This comment has been minimized.
This comment has been minimized.
The idea was to have all features of the app tested with userflows. I guess the old folder is a mit of old code the will be deleted and code we will activate again when we tackle the testing topic. |
This comment has been minimized.
This comment has been minimized.
Basic user flow to ensure basic functionalityDate/Time: 2023-06-27 13:46
🔒 Budgets🧭 Initial navigationResource Size Budget
Resource Count Budget
Timing Budget
Initial Navigation of the Main PagesDate/Time: 2023-06-27 13:47
🔒 BudgetsMovie Category ListResource Size Budget
Resource Count Budget
Timing Budget
Movie Category ListResource Size Budget
Resource Count Budget
Timing Budget
Movie Category ListResource Size Budget
Resource Count Budget
Timing Budget
Movie Genre ListResource Size Budget
Resource Count Budget
Timing Budget
Movie DetailResource Size Budget
Resource Count Budget
Timing Budget
Person DetailResource Size Budget
Resource Count Budget
Timing Budget
|
also related:
|
d000436
to
d0f2278
Compare
I tested locally by merging your branch into this one and it seems that all tests pass locally at least. |
is the fix released? |
The v16.2 of Angular is still in RC. As discussed in that ticket #202, @francesco-buscicchio is open to fix it when the version v16.2 is released |
Ok I did not know when the release is. So still RC ... good! I will update it immediately when it is released. Maybe give me a ping. |
Related to #202
TODO:
movie-detail-page-to-movie-detail-page-navigation--warm.uf.ts
but it doesn't seem to be used because it is located in theold-flows
folder. What is the futur strategy for these tests?