Skip to content

Commit

Permalink
typo unexpectedAlertBehavior ->unexpectedAlertBehaviour (SeleniumHQ#3813
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Heky authored and jleyba committed Apr 22, 2017
1 parent 81b484d commit fbb099c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/lib/capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const Capability = {
* Defines how the driver should handle unexpected alerts. The value should
* be one of "accept", "dismiss", or "ignore".
*/
UNEXPECTED_ALERT_BEHAVIOR: 'unexpectedAlertBehavior',
UNEXPECTED_ALERT_BEHAVIOR: 'unexpectedAlertBehaviour',

/** Defines the browser version. */
VERSION: 'version'
Expand Down

0 comments on commit fbb099c

Please sign in to comment.