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

Commit

Permalink
Update Selenium2Factory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-grzona authored Dec 12, 2018
1 parent 69c35f3 commit 4cb0b80
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 4cb0b80

Please sign in to comment.