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:
@@ -68,7 +68,7 @@ Watching ext changes:
|
|||||||
npm run watch --prefix ./ext
|
npm run watch --prefix ./ext
|
||||||
````
|
````
|
||||||
|
|
||||||
Launch Firefox and auto-reload on rebuild (run in seperate terminal):
|
Launch Firefox and auto-reload on rebuild (run in separate terminal):
|
||||||
|
|
||||||
````sh
|
````sh
|
||||||
npm run start --prefix ./ext
|
npm run start --prefix ./ext
|
||||||
|
|||||||
@@ -161,8 +161,8 @@ async function injectSpecs (driver) {
|
|||||||
.setChromeOptions(chromeOptions)
|
.setChromeOptions(chromeOptions)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
const capabilties = await driver.getCapabilities();
|
const capabilities = await driver.getCapabilities();
|
||||||
const browserName = capabilties.get("browserName");
|
const browserName = capabilities.get("browserName");
|
||||||
|
|
||||||
// Need to wait for cast extension on Chrome
|
// Need to wait for cast extension on Chrome
|
||||||
if (browserName === "chrome") {
|
if (browserName === "chrome") {
|
||||||
|
|||||||
Reference in New Issue
Block a user