Description
Verify that automatic cache clearing works correctly when web app is updated.
Test Steps
- Deploy version A to web hosting
- Access app from browser (stores version A in localStorage)
- Deploy version B to web hosting
- Refresh browser - verify automatic cache clear and reload
- Check that new version loads (not cached old version)
Notes
- Requires production deployment to test properly
- Ensures users always get latest web version without manual cache clearing
Description
Verify that automatic cache clearing works correctly when web app is updated.
Test Steps
Notes