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

Commit 38e9638

Browse files
committed
Removed default value of the unexpectedAlertBehavior option of Selenium2 driver
1 parent 69c35f3 commit 38e9638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected function getCapabilitiesNode()
9393
->addDefaultsIfNotSet()
9494
->normalizeKeys(false)
9595
->children()
96-
->scalarNode('unexpectedAlertBehaviour')->defaultValue('ignore')->end()
96+
->scalarNode('unexpectedAlertBehaviour')->end()
9797
->scalarNode('browserName')->end()
9898
->scalarNode('version')->end()
9999
->scalarNode('platform')->end()

0 commit comments

Comments
 (0)