You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -327,7 +332,7 @@ test('high-traffic UI narration and inventory stat labels are translated', funct
327
332
328
333
test('service worker updates quickly and keeps navigations network-first',function(){
329
334
constswJs=read('app/sw.js');
330
-
assert.ok(/viz-magic-v27/.test(swJs),'service worker cache version should be bumped');
335
+
assert.ok(/viz-magic-v28/.test(swJs),'service worker cache version should be bumped');
331
336
assert.ok(/self\.skipWaiting\(\)/.test(swJs),'service worker should activate new cache without waiting for all tabs to close');
332
337
assert.ok(/self\.clients\.claim\(\)/.test(swJs),'service worker should claim clients after activation');
333
338
assert.ok(/event\.request\.mode==='navigate'[\s\S]*fetch\(event\.request\)/.test(swJs),'navigation requests should prefer network to avoid stale cached index');
0 commit comments