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.
This commit is contained in:
Adam Mills
2017-11-10 14:38:16 -05:00
committed by GitHub
parent 583abedd34
commit 6de540a0b1
+1 -1
View File
@@ -9,7 +9,7 @@
}, {
"browserName": "safari",
"platform": "macOS 10.12",
"version": "10.0"
"version": "10"
}, {
"browserName": "firefox",
"platform": "Windows 10",