File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/e2e-tests/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,14 +132,14 @@ export async function waitForRecordingToFinishIndexing(page: Page): Promise<void
132
132
const supportFormErrorDetails = await getSupportFormErrorDetails ( page ) ;
133
133
if ( supportFormErrorDetails ) {
134
134
throw new UnrecoverableError (
135
- `Session failed (visiting ${ page . url ( ) } ): ${ supportFormErrorDetails } `
135
+ `Session failed " ${ supportFormErrorDetails } " (visiting ${ page . url ( ) } )`
136
136
) ;
137
137
}
138
138
139
139
const expectedErrorDetails = await getExpectedErrorDetails ( page ) ;
140
140
if ( expectedErrorDetails ) {
141
141
throw new UnrecoverableError (
142
- `Session failed (visiting ${ page . url ( ) } ): ${ expectedErrorDetails } `
142
+ `Session failed: " ${ expectedErrorDetails } " (visiting ${ page . url ( ) } )`
143
143
) ;
144
144
}
145
145
You can’t perform that action at this time.
0 commit comments