mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
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:
parent
583abedd34
commit
6de540a0b1
@ -9,7 +9,7 @@
|
||||
}, {
|
||||
"browserName": "safari",
|
||||
"platform": "macOS 10.12",
|
||||
"version": "10.0"
|
||||
"version": "10"
|
||||
}, {
|
||||
"browserName": "firefox",
|
||||
"platform": "Windows 10",
|
||||
|
Loading…
x
Reference in New Issue
Block a user