Commit 9e862cdf authored by Chris Rebert's avatar Chris Rebert

enable Linux Chrome & Linux Firefox in Sauce tests

parent 7938134f
......@@ -63,16 +63,15 @@
# iOS Chrome not currently supported by Sauce Labs
# Linux (unofficial):
# FIXME: currently fails 1 tooltip test
# {
# browserName: "chrome",
# platform: "Linux"
# },
# {
# browserName: "firefox",
# platform: "Linux"
# }
# Linux (unofficial)
{
browserName: "chrome",
platform: "Linux"
},
{
browserName: "firefox",
platform: "Linux"
}
# Android Chrome not currently supported by Sauce Labs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment