Skip to content

Commit

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

Co-authored-by: Sumesh Nair <nair.sumesh@outlook.com>
  • Loading branch information
arnaudbuchholz-sap and nair-sumesh committed Dec 9, 2022
1 parent c7bc52a commit fb9c5b7
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 fb9c5b7

Please # to comment.