mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Merge pull request #22 from EdwardBetts/spelling
Correct spelling mistakes
This commit is contained in:
@@ -68,7 +68,7 @@ Watching ext changes:
|
||||
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
|
||||
npm run start --prefix ./ext
|
||||
|
||||
@@ -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