From c6d48d6e482d83f6fcbdb5add2236faaa176fd06 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Sun, 21 Aug 2016 11:52:48 -0400 Subject: [PATCH] unexpectedAlertBehaviour: accept --- test/acceptance/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/acceptance/index.js b/test/acceptance/index.js index 9c9e2331f..a47132193 100644 --- a/test/acceptance/index.js +++ b/test/acceptance/index.js @@ -70,7 +70,8 @@ function buildDriver (platform) { 'platform': platform.os, 'version': platform.version, 'username': username, - 'accessKey': accessKey + 'accessKey': accessKey, + 'unexpectedAlertBehaviour': 'accept' } if (isTravisTest) {