Skip to content

Commit eba28a1

Browse files
aaemnnosttvbenbowler
authored andcommitted
Update ignored console messages.
1 parent 0e85578 commit eba28a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storybook/ignore-console-messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const IGNORE_CONSOLE_MESSAGES = {
3131
// TODO: In ticket #11324: Remove each of these as the underlying issues are fixed.
3232
/No fallback response defined for GET to \/google-site-kit/,
3333
/Fetch API cannot load file/,
34-
/You are probably offline/,
34+
/Could not get a valid response from the server/, // Formerly "You are probably offline"
3535
/TypeError:\s+notifications\.reduce is not a function/,
3636
/Error:\s+`initialFocus`\s+as selector refers to no known node/,
3737
/TypeError:\s+Cannot read (?:properties|property) of undefined \(reading 'includes'\)/,

tests/e2e/config/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const IGNORE_CONSOLE_MESSAGES = [
142142
// test and usually make E2E tests fail erroneously.
143143
{
144144
matcher: 'includes',
145-
pattern: 'You are probably offline.',
145+
pattern: 'Could not get a valid response from the server.', // Formerly "You are probably offline."
146146
},
147147
{
148148
matcher: 'includes',

0 commit comments

Comments
 (0)