froth-webdriverio-framework 0.1.21 → 0.1.22

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.
@@ -17,8 +17,8 @@ const VerifyTextInFieldAttribute= require('froth-webdriverio-framework/mobile/co
17
17
  const ScrollToBeginning = require('froth-webdriverio-framework/mobile/commonMethods/scrollToBeginning');
18
18
  const ScrollToLeft = require('froth-webdriverio-framework/mobile/commonMethods/scrollToLeft');
19
19
  const ScrollToRight = require('froth-webdriverio-framework/mobile/commonMethods/scrollToRight');
20
- const ScrollDownToView= require('froth-webdriverio-framework/mobile/commonMethods/ScrollDownToView');
21
- const ScrollRightToView= require('froth-webdriverio-framework/mobile/commonMethods/ScrollRightToView');
20
+ const ScrollDownToView= require('froth-webdriverio-framework/mobile/commonMethods/scrollDownToView');
21
+ const ScrollRightToView= require('froth-webdriverio-framework/mobile/commonMethods/scrollRightToView');
22
22
  const verifyText= require('froth-webdriverio-framework/mobile/commonMethods/verifyText');
23
23
  }
24
24
  // Export the functions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
 
5
5
  "readme": "WendriverIO Integration with [BrowserStack]",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",