Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/app/references/error-messages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ regedit or gpedit.
The `--auto-cancel-after-failures` flag is only available in Cypress 12.6.0 and
later, and must be used with the `cypress run` command.

### <Icon name="exclamation-triangle" color="red" /> --auto-cancel-after-failures must be a integer or false
### <Icon name="exclamation-triangle" color="red" /> --auto-cancel-after-failures must be an integer or false

You passed in an invalid value for the `--auto-cancel-after-failures` flag. It
must be an integer or false.
Expand All @@ -869,8 +869,7 @@ Cancellation.
You passed the `--auto-cancel-after-failures` flag, but this run originally
started with a different value on this `--auto-cancel-after-failures` flag.

The first setting of `--auto-cancel-after-failures` for any given run takes
precedent.
The first setting of `--auto-cancel-after-failures` for any given run takes precedence.

## Page Load Errors

Expand Down