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
Copy file name to clipboardExpand all lines: tests/player-bug-regressions.test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -327,7 +327,7 @@ test('high-traffic UI narration and inventory stat labels are translated', funct
327
327
328
328
test('service worker updates quickly and keeps navigations network-first',function(){
329
329
constswJs=read('app/sw.js');
330
-
assert.ok(/viz-magic-v26/.test(swJs),'service worker cache version should be bumped');
330
+
assert.ok(/viz-magic-v27/.test(swJs),'service worker cache version should be bumped');
331
331
assert.ok(/self\.skipWaiting\(\)/.test(swJs),'service worker should activate new cache without waiting for all tabs to close');
332
332
assert.ok(/self\.clients\.claim\(\)/.test(swJs),'service worker should claim clients after activation');
333
333
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