Skip to content

Commit ea075e7

Browse files
committed
fix tests
1 parent 3a54b3d commit ea075e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

guides/error-handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ CANNOT_TRASH_ASSETS: (arg1: string) => {
6868
return errTemplate`\
6969
Warning: We failed to trash the existing run results.
7070
71-
This error will not alter the exit code.
71+
This error will not affect or change the exit code.
7272
7373
${details(arg1)}`
7474
},

system-tests/__snapshots__/record_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ Details:
11331133
11341134
(Screenshots)
11351135
1136-
1136+
- /XXX/XXX/XXX/cypress/screenshots/record_pass.cy.js/yay it passes.png (400x1022)
11371137
11381138
(Uploading Results)
11391139

system-tests/__snapshots__/web_security_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This option will not have an effect in Firefox. Tests that rely on web security
213213
214214
Warning: We failed processing this video.
215215
216-
This error will not alter the exit code.
216+
This error will not affect or change the exit code.
217217
218218
TimeoutError: operation timed out
219219
[stack trace lines]

system-tests/lib/system-tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Bluebird.config({
308308
const diffRe = /Difference\n-{10}\n([\s\S]*)\n-{19}\nSaved snapshot text/m
309309
const expectedAddedVideoSnapshotLines = [
310310
'Warning: We failed processing this video.',
311-
'This error will not alter the exit code.',
311+
'This error will not affect or change the exit code.',
312312
'TimeoutError: operation timed out',
313313
'[stack trace lines]',
314314
]

0 commit comments

Comments
 (0)