From 6de540a0b110cc5ee37673a4991e0966cd67d084 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Fri, 10 Nov 2017 14:38:16 -0500 Subject: [PATCH] Fix WCT config - specify generic Safari 10 (#607) Apparently the minimum safari version has been bumped from 10.0 to 10.1. We can just specify 10 here to be more generic. --- wct.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wct.conf.json b/wct.conf.json index aa3d60679a..f19fe9bb50 100644 --- a/wct.conf.json +++ b/wct.conf.json @@ -9,7 +9,7 @@ }, { "browserName": "safari", "platform": "macOS 10.12", - "version": "10.0" + "version": "10" }, { "browserName": "firefox", "platform": "Windows 10",