froth-webdriverio-framework 0.1.18 → 0.1.19
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.
|
@@ -11,15 +11,15 @@ const ScrollDownToView= require('./ScrollDownToView');
|
|
|
11
11
|
const ScrollRightToView= require('./ScrollRightToView');
|
|
12
12
|
const verifyText= require('./verifyText');
|
|
13
13
|
}else{
|
|
14
|
-
const ScrollToEnd = require('froth-webdriverio-framework/mobile/commonMethods/ScrollToEnd');
|
|
15
|
-
const ClickIfVisible= require('froth-webdriverio-framework/mobile/commonMethods/clickIfVisible');
|
|
16
|
-
const VerifyTextInFieldAttribute= require('froth-webdriverio-framework/mobile/commonMethods/verifyTextInFieldAttribute');
|
|
17
|
-
const ScrollToBeginning = require('froth-webdriverio-framework/mobile/commonMethods/scrollToBeginning');
|
|
18
|
-
const ScrollToLeft = require('froth-webdriverio-framework/mobile/commonMethods/scrollToLeft');
|
|
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');
|
|
22
|
-
const verifyText= require('froth-webdriverio-framework/mobile/commonMethods/verifyText');
|
|
14
|
+
const ScrollToEnd = require('/node_modules/froth-webdriverio-framework/mobile/commonMethods/ScrollToEnd');
|
|
15
|
+
const ClickIfVisible= require('/node_modules/froth-webdriverio-framework/mobile/commonMethods/clickIfVisible');
|
|
16
|
+
const VerifyTextInFieldAttribute= require('/node_modules/froth-webdriverio-framework/mobile/commonMethods/verifyTextInFieldAttribute');
|
|
17
|
+
const ScrollToBeginning = require('/node_modules/froth-webdriverio-framework/mobile/commonMethods/scrollToBeginning');
|
|
18
|
+
const ScrollToLeft = require('/node_modules/froth-webdriverio-framework/mobile/commonMethods/scrollToLeft');
|
|
19
|
+
const ScrollToRight = require('/node_modules/froth-webdriverio-framework/mobile/commonMethods/scrollToRight');
|
|
20
|
+
const ScrollDownToView= require('/node_modules/froth-webdriverio-framework/mobile/commonMethods/ScrollDownToView');
|
|
21
|
+
const ScrollRightToView= require('/node_modules/froth-webdriverio-framework/mobile/commonMethods/ScrollRightToView');
|
|
22
|
+
const verifyText= require('/node_modules/froth-webdriverio-framework/mobile/commonMethods/verifyText');
|
|
23
23
|
}
|
|
24
24
|
// Export the functions
|
|
25
25
|
module.exports = {
|