From 80054f12a0179acbb712d4bef28db9f3f1066537 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 4 Aug 2015 22:23:58 +0200 Subject: [PATCH] fix tests with selenium IE Driver Server 2.47.0 --- phpunit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 5909a9b..5b4227e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -11,7 +11,7 @@ "sessionStrategy": "shared" }, { - "browserName": "iexplore", + "browserName": "internet explorer", "host": "localhost", "port": 4444, "sessionStrategy": "shared" @@ -38,4 +38,4 @@ - \ No newline at end of file +