File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 / N o f a l l b a c k r e s p o n s e d e f i n e d f o r G E T t o \/ g o o g l e - s i t e - k i t / ,
3333 / F e t c h A P I c a n n o t l o a d f i l e / ,
34- / Y o u a r e p r o b a b l y o f f l i n e / ,
34+ / C o u l d n o t g e t a v a l i d r e s p o n s e f r o m t h e s e r v e r / , // Formerly " You are probably offline"
3535 / T y p e E r r o r : \s + n o t i f i c a t i o n s \. r e d u c e i s n o t a f u n c t i o n / ,
3636 / E r r o r : \s + ` i n i t i a l F o c u s ` \s + a s s e l e c t o r r e f e r s t o n o k n o w n n o d e / ,
3737 / T y p e E r r o r : \s + C a n n o t r e a d (?: p r o p e r t i e s | p r o p e r t y ) o f u n d e f i n e d \( r e a d i n g ' i n c l u d e s ' \) / ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments