Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Feb 23, 2023
1 parent 3a54b3d commit ea075e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion guides/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ CANNOT_TRASH_ASSETS: (arg1: string) => {
return errTemplate`\
Warning: We failed to trash the existing run results.
This error will not alter the exit code.
This error will not affect or change the exit code.
${details(arg1)}`
},
Expand Down
2 changes: 1 addition & 1 deletion system-tests/__snapshots__/record_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ Details:
(Screenshots)
- /XXX/XXX/XXX/cypress/screenshots/record_pass.cy.js/yay it passes.png (400x1022)
(Uploading Results)
Expand Down
2 changes: 1 addition & 1 deletion system-tests/__snapshots__/web_security_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ This option will not have an effect in Firefox. Tests that rely on web security
Warning: We failed processing this video.
This error will not alter the exit code.
This error will not affect or change the exit code.
TimeoutError: operation timed out
[stack trace lines]
Expand Down
2 changes: 1 addition & 1 deletion system-tests/lib/system-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Bluebird.config({
const diffRe = /Difference\n-{10}\n([\s\S]*)\n-{19}\nSaved snapshot text/m
const expectedAddedVideoSnapshotLines = [
'Warning: We failed processing this video.',
'This error will not alter the exit code.',
'This error will not affect or change the exit code.',
'TimeoutError: operation timed out',
'[stack trace lines]',
]
Expand Down

3 comments on commit ea075e7

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea075e7 Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/linux-arm64/fix/preflight-ea075e7e50a31f35de8b60227b88f77e049654c3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea075e7 Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/linux-x64/fix/preflight-ea075e7e50a31f35de8b60227b88f77e049654c3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea075e7 Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/darwin-x64/fix/preflight-ea075e7e50a31f35de8b60227b88f77e049654c3/cypress.tgz

Please sign in to comment.