@@ -2157,7 +2157,7 @@ describe('ReactDOMServerPartialHydration', () => {
2157
2157
] ) ;
2158
2158
} else {
2159
2159
await waitForAll ( [
2160
- 'The server could not finish this Suspense boundary, likely due to ' +
2160
+ 'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
2161
2161
'an error during server rendering.' ,
2162
2162
] ) ;
2163
2163
}
@@ -2230,7 +2230,7 @@ describe('ReactDOMServerPartialHydration', () => {
2230
2230
] ) ;
2231
2231
} else {
2232
2232
await waitForAll ( [
2233
- 'The server could not finish this Suspense boundary, likely due to ' +
2233
+ 'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
2234
2234
'an error during server rendering.' ,
2235
2235
] ) ;
2236
2236
}
@@ -2308,7 +2308,7 @@ describe('ReactDOMServerPartialHydration', () => {
2308
2308
] ) ;
2309
2309
} else {
2310
2310
await waitForAll ( [
2311
- 'The server could not finish this Suspense boundary, likely due to ' +
2311
+ 'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
2312
2312
'an error during server rendering.' ,
2313
2313
] ) ;
2314
2314
}
@@ -2632,7 +2632,7 @@ describe('ReactDOMServerPartialHydration', () => {
2632
2632
] ) ;
2633
2633
} else {
2634
2634
await waitForAll ( [
2635
- 'The server could not finish this Suspense boundary, likely due to ' +
2635
+ 'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
2636
2636
'an error during server rendering.' ,
2637
2637
] ) ;
2638
2638
}
@@ -2706,7 +2706,7 @@ describe('ReactDOMServerPartialHydration', () => {
2706
2706
] ) ;
2707
2707
} else {
2708
2708
await waitForAll ( [
2709
- 'The server could not finish this Suspense boundary, likely due to ' +
2709
+ 'onRecoverableError: The server could not finish this Suspense boundary, likely due to ' +
2710
2710
'an error during server rendering.' ,
2711
2711
] ) ;
2712
2712
}
0 commit comments