Try bumping Firefox version

This commit is contained in:
Alberto Fernandez-Capel
2021-12-15 10:43:36 +00:00
parent e07f8a3b6c
commit 1bc00b00ec
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"chrome": "80",
"safari": "12.1",
"edge": "80",
"firefox": "72"
"firefox": "88"
}
}
]
+2 -2
View File
@@ -43,11 +43,11 @@ if (process.env.CI) {
args: [ "--lang=tr" ]
}
},
sl_firefox_72: {
sl_firefox_88: {
base: "SauceLabs",
browserName: "firefox",
platform: "Windows 10",
version: "72.0"
version: "88.0"
},
sl_firefox_latest: {
base: "SauceLabs",