froth-webdriverio-framework 5.0.5 → 5.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,7 +111,7 @@ dismissAlert = require(basepath + '/alert.js').dismissalert;
111
111
  generateJWT = require(basepath + '/jwt').generateJWTToken;
112
112
  captureLoadNavigation= require(basepath + '/captureNavigationTime').captureLoadNavigationTime;
113
113
 
114
- amendBrowserStackLog= require(basepath + '../froth_api_calls/browsersatckSessionInfo').amend2Browserstack;
114
+ amendBrowserStackLog= require(basepath + '/../froth_api_calls/browsersatckSessionInfo').amend2Browserstack;
115
115
  //export the variabels
116
116
  module.exports = {
117
117
  scrollToEnd,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",