Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsch01 authored Nov 8, 2024
1 parent 2a53ba0 commit fd9c123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ const driverConfigOptions: Array<DriverConfigOption> = [
name: 'defaultBrowser',
defaultValue: null,
validation: validate.isString,
requireRestartOnChange: 'browser',
}, {
name: 'defaultCommandTimeout',
defaultValue: 4000,
Expand All @@ -184,6 +183,7 @@ const driverConfigOptions: Array<DriverConfigOption> = [
defaultValue: 'cypress/downloads',
validation: validate.isString,
isFolder: true,
requireRestartOnChange: 'browser',
}, {
name: 'e2e',
// e2e runner overrides
Expand Down

0 comments on commit fd9c123

Please sign in to comment.