Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Removed default value of the unexpectedAlertBehavior option of Seleni…
Browse files Browse the repository at this point in the history
…um2 driver
  • Loading branch information
pawel-grzona committed Dec 12, 2018
1 parent 69c35f3 commit 38e9638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function getCapabilitiesNode()
->addDefaultsIfNotSet()
->normalizeKeys(false)
->children()
->scalarNode('unexpectedAlertBehaviour')->defaultValue('ignore')->end()
->scalarNode('unexpectedAlertBehaviour')->end()
->scalarNode('browserName')->end()
->scalarNode('version')->end()
->scalarNode('platform')->end()
Expand Down

0 comments on commit 38e9638

Please sign in to comment.