Skip to content

Commit

Permalink
fix(injectTools): narrow down the UMD loader to window (#387)
Browse files Browse the repository at this point in the history
fixes #386
Also fixed a typo

Co-authored-by: i850991 <[email protected]>
Co-authored-by: Sumesh Nair <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2022
1 parent c7bc52a commit 4f7994b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-side-js/injectTools.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/wdi5-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export async function injectUI5(config: wdi5Config, browserInstance) {
if (result) {
// set when call returns
_isInitialized = true
Logger.success("sucessfully initialized wdio-ui5 bridge")
Logger.success("successfully initialized wdio-ui5 bridge")
} else {
Logger.error("bridge was not initialized correctly")
}
Expand Down

0 comments on commit 4f7994b

Please sign in to comment.