Skip to content

Commit 72b0d6b

Browse files
authored
tests: add temp fix for failing deprecations smoke test (#13930)
1 parent f86e60d commit 72b0d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lighthouse-cli/test/smokehouse/test-definitions/dobetterweb.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ const expectations = {
306306
},
307307
},
308308
'deprecations': {
309+
_maxChromiumVersion: '103.0.5017.0', // TODO: deprecation strings need to be translated
310+
// see https://github.com/GoogleChrome/lighthouse/issues/13895
309311
score: 0,
310312
details: {
311313
items: [
@@ -320,7 +322,6 @@ const expectations = {
320322
},
321323
},
322324
{
323-
_maxChromiumVersion: '103.0.5017.0',
324325
value: /Synchronous XMLHttpRequest on the main thread is deprecated/,
325326
source: {
326327
type: 'source-location',

0 commit comments

Comments
 (0)