mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Correct spelling mistakes
This commit is contained in:
@@ -161,8 +161,8 @@ async function injectSpecs (driver) {
|
||||
.setChromeOptions(chromeOptions)
|
||||
.build();
|
||||
|
||||
const capabilties = await driver.getCapabilities();
|
||||
const browserName = capabilties.get("browserName");
|
||||
const capabilities = await driver.getCapabilities();
|
||||
const browserName = capabilities.get("browserName");
|
||||
|
||||
// Need to wait for cast extension on Chrome
|
||||
if (browserName === "chrome") {
|
||||
|
||||
Reference in New Issue
Block a user