froth-webdriverio-framework 0.1.23 → 0.1.25

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.
@@ -1,14 +1,13 @@
1
- global.rootFolderPath = process.cwd();
2
- console.log("Root folder path 4:", rootFolderPath);
3
- const ScrollToEnd = null;
4
- const ClickIfVisible=null;
5
- const VerifyTextInFieldAttribute= null;
6
- const ScrollToBeginning = null;
7
- const ScrollToLeft = null;
8
- const ScrollToRight = null;
9
- const ScrollDownToView= null;
10
- const ScrollRightToView= null;
11
- const verifyText= null;
1
+ // This file contains the common methods that are used in the test scripts
2
+ let ScrollToEnd = null;
3
+ let ClickIfVisible=null;
4
+ let VerifyTextInFieldAttribute= null;
5
+ let ScrollToBeginning = null;
6
+ let ScrollToLeft = null;
7
+ let ScrollToRight = null;
8
+ let ScrollDownToView= null;
9
+ let ScrollRightToView= null;
10
+ let verifyText= null;
12
11
 
13
12
  if(process.env.LOCATION == 'local'){
14
13
  ScrollToEnd = require('./ScrollToEnd');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
 
5
5
  "readme": "WendriverIO Integration with [BrowserStack]",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",