Skip to content

Commit 9cd85e6

Browse files
committed
clean wait
1 parent 8afec3e commit 9cd85e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cypress/integration/offline_spec.js

-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ describe('offline', () => {
5656
cy.visit(url);
5757
cy.get('h1').contains(text);
5858

59-
// service worker needs some time to cache
60-
cy.wait(200);
61-
6259
// has a bug https://github.com/cypress-io/cypress/issues/4742
6360
cy.window().then((win) => {
6461
win.caches.keys().then((cacheNames) => {

0 commit comments

Comments
 (0)