website/docs/guides/contributing/submodules/manual-test.md
Though we have a lot of tests and CI, there are rare cases when manual tests serve as a complement. This page documents these.
Though we have automatic integration tests, here we discuss manual extra tests.
Try to test on as many browsers as possible, e.g.
navigator.serviceWorker.getRegistrations().then(function(registrations) { for(let registration of registrations) { registration.unregister(); }});
F12 - paste the code - enterF12 - Network - right-click - Clear Cache