@sap_oss/wdio-qmate-service 2.7.0 → 2.7.2
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.
- package/lib/reuse/modules/ui5/session.js +1 -1
- package/lib/reuse/modules/ui5/session.js.map +1 -1
- package/lib/reuse/modules/util/data.d.ts +3 -3
- package/lib/reuse/modules/util/data.js +1 -1
- package/package.json +3 -3
- package/test/core/functional/chaining/test.conf.js +1 -1
- package/test/core/functional/locators/ancestorProperties.test.js +3 -3
- package/test/core/functional/locators/childProperties.test.js +1 -1
- package/test/core/functional/locators/descendantProperties.test.js +2 -2
- package/test/core/functional/locators/parentProperties.test.js +1 -1
- package/test/core/functional/locators/test.locator.conf.js +1 -1
- package/test/core/functional/nativeBrowser/runInBrowser.test.js +1 -1
- package/test/core/functional/nativeBrowser/test.conf.js +1 -1
- package/test/core/functional/nonUi5/test.conf.js +1 -1
- package/test/core/functional/ui5Properties/getAggregations.test.js +3 -3
- package/test/core/functional/ui5Properties/getProperties.test.js +4 -4
- package/test/core/functional/ui5Properties/test.conf.js +1 -1
- package/test/core/functional/uiveri5/test.conf.js +1 -1
- package/test/core/testIntegration/config.js +1 -1
- package/test/core/testIntegration/configMultiCombo.js +1 -1
- package/test/core/testIntegration/configTable.js +1 -1
- package/test/reuse/common/assertion/test.assertion.conf.js +1 -1
- package/test/reuse/common/navigation/navigateToUrl.spec.js +1 -1
- package/test/reuse/common/navigation/navigateToUrlAndRetry.spec.js +1 -1
- package/test/reuse/common/userInteraction/clearAndFillActive.spec.js +3 -3
- package/test/reuse/common/userInteraction/clearAndFillActiveAndRetry.spec.js +3 -3
- package/test/reuse/common/userInteraction/fillActive.spec.js +6 -6
- package/test/reuse/common/userInteraction/fillActiveAndRetry.spec.js +4 -4
- package/test/reuse/common/userInteraction/pressKey.spec.js +1 -1
- package/test/reuse/nonUi5/assertion/expectToBeVisible.spec.js +1 -1
- package/test/reuse/nonUi5/assertion/expectValueToBe.spec.js +2 -2
- package/test/reuse/nonUi5/assertion/test.assertion.conf.js +1 -1
- package/test/reuse/nonUi5/assertion/test.assertion.sauceLabs.conf.js +1 -1
- package/test/reuse/nonUi5/element/getAttributeValue.spec.js +3 -3
- package/test/reuse/nonUi5/element/getByChild.spec.js +4 -4
- package/test/reuse/nonUi5/element/getByClass.spec.js +4 -4
- package/test/reuse/nonUi5/element/getByCss.spec.js +3 -3
- package/test/reuse/nonUi5/element/getByCssContainingText.spec.js +4 -4
- package/test/reuse/nonUi5/element/getById.spec.js +3 -3
- package/test/reuse/nonUi5/element/getByParent.spec.js +4 -4
- package/test/reuse/nonUi5/element/getByXPath.spec.js +2 -2
- package/test/reuse/nonUi5/element/getValue.spec.js +3 -3
- package/test/reuse/nonUi5/element/highlight.spec.js +1 -1
- package/test/reuse/nonUi5/element/isPresent.spec.js +3 -3
- package/test/reuse/nonUi5/element/isPresentByCss.spec.js +2 -2
- package/test/reuse/nonUi5/element/isPresentByXPath.spec.js +2 -2
- package/test/reuse/nonUi5/element/setInnerHTML.spec.js +1 -1
- package/test/reuse/nonUi5/element/test.element.conf.js +1 -1
- package/test/reuse/nonUi5/element/test.element.sauceLabs.conf.js +1 -1
- package/test/reuse/nonUi5/userInteraction/doubleClick.spec.js +1 -1
- package/test/reuse/nonUi5/userInteraction/moveCursorAndClick.spec.js +1 -1
- package/test/reuse/nonUi5/userInteraction/rightClick.spec.js +1 -1
- package/test/reuse/nonUi5/userInteraction/scrollToElement.spec.js +3 -3
- package/test/reuse/ui5/assertion/expectMessageToastTextToBe.spec.js +2 -2
- package/test/reuse/ui5/assertion/expectToBeVisible.spec.js +1 -1
- package/test/reuse/ui5/assertion/expectToBeVisibleInViewport.spec.js +1 -1
- package/test/reuse/ui5/assertion/expectValidationError.spec.js +2 -2
- package/test/reuse/ui5/assertion/expectValidationSuccess.spec.js +2 -2
- package/test/reuse/ui5/assertion/expectValueToBeDefined.spec.js +1 -1
- package/test/reuse/ui5/assertion/test.assertion.conf.js +1 -1
- package/test/reuse/ui5/assertion/test.assertion.sauceLab.conf.js +1 -1
- package/test/reuse/ui5/confirmationDialog/clickButton.spec.js +2 -2
- package/test/reuse/ui5/confirmationDialog/clickNo.spec.js +2 -2
- package/test/reuse/ui5/confirmationDialog/clickOk.spec.js +1 -1
- package/test/reuse/ui5/confirmationDialog/clickYes.spec.js +1 -1
- package/test/reuse/ui5/confirmationDialog/test.confirmationDialog.conf.js +1 -1
- package/test/reuse/ui5/confirmationDialog/test.confirmationDialog.sauceLab.conf.js +1 -1
- package/test/reuse/ui5/control/focus.spec.js +4 -4
- package/test/reuse/ui5/control/getAggregationProperty.spec.js +2 -2
- package/test/reuse/ui5/control/getAssociationProperty.spec.js +2 -2
- package/test/reuse/ui5/control/test.control.conf.js +1 -1
- package/test/reuse/ui5/control/test.control.sauceLab.conf.js +1 -1
- package/test/reuse/ui5/date/fillRange.spec.js +2 -2
- package/test/reuse/ui5/date/pick.spec.js +4 -4
- package/test/reuse/ui5/date/pickRange.spec.js +4 -4
- package/test/reuse/ui5/element/getByChild.spec.js +3 -3
- package/test/reuse/ui5/element/getByParent.spec.js +3 -3
- package/test/reuse/ui5/element/getByText.spec.js +1 -1
- package/test/reuse/ui5/element/getPropertyValue.spec.js +1 -1
- package/test/reuse/ui5/element/test.element.conf.js +1 -1
- package/test/reuse/ui5/element/test.element.sauceLab.conf.js +1 -1
- package/test/reuse/ui5/element/waitForAll.spec.js +2 -2
- package/test/reuse/ui5/errorDialog/clickClose.spec.js +1 -1
- package/test/reuse/ui5/errorDialog/expectToBeVisible.spec.js +1 -1
- package/test/reuse/ui5/mockserver_qunit/test/flpSandboxMockServer.html +2 -2
- package/test/reuse/ui5/mockserver_qunit/test/flpSandboxMockServerAllData.html +2 -2
- package/test/reuse/ui5/mockserver_qunit/test/unit/unitTests.qunit.html +1 -1
- package/test/reuse/ui5/navigationBar/test.navigationBar.sauceLab.conf.js +1 -1
- package/test/reuse/ui5/session/logout.spec.js +1 -1
- package/test/reuse/ui5/table/clickSettingsButton.spec.js +2 -2
- package/test/reuse/ui5/table/sortColumnAscending.spec.js +3 -3
- package/test/reuse/ui5/table/sortColumnDescending.spec.js +3 -3
- package/test/reuse/ui5/userInteraction/check.spec.js +3 -3
- package/test/reuse/ui5/userInteraction/clear.spec.js +3 -3
- package/test/reuse/ui5/userInteraction/clearAndFill.spec.js +6 -6
- package/test/reuse/ui5/userInteraction/clearAndFillAndRetry.spec.js +5 -5
- package/test/reuse/ui5/userInteraction/clearAndFillSmartFieldInput.spec.js +2 -2
- package/test/reuse/ui5/userInteraction/clearAndFillSmartFieldInputAndRetry.spec.js +1 -1
- package/test/reuse/ui5/userInteraction/clearAndRetry.spec.js +2 -2
- package/test/reuse/ui5/userInteraction/click.spec.js +4 -4
- package/test/reuse/ui5/userInteraction/clickAndRetry.spec.js +3 -3
- package/test/reuse/ui5/userInteraction/clickSelectArrow.spec.js +2 -2
- package/test/reuse/ui5/userInteraction/clickSelectArrowAndRetry.spec.js +3 -3
- package/test/reuse/ui5/userInteraction/clickTab.spec.js +3 -3
- package/test/reuse/ui5/userInteraction/doubleClick.spec.js +4 -4
- package/test/reuse/ui5/userInteraction/dragAndDrop.spec.js +1 -1
- package/test/reuse/ui5/userInteraction/fill.spec.js +4 -4
- package/test/reuse/ui5/userInteraction/fillAndRetry.spec.js +4 -4
- package/test/reuse/ui5/userInteraction/mouseOverElement.spec.js +2 -2
- package/test/reuse/ui5/userInteraction/openF4Help.spec.js +2 -2
- package/test/reuse/ui5/userInteraction/rightClick.spec.js +4 -4
- package/test/reuse/ui5/userInteraction/scrollToElement.spec.js +4 -4
- package/test/reuse/ui5/userInteraction/searchFor.spec.js +4 -4
- package/test/reuse/ui5/userInteraction/selectBox.spec.js +4 -4
- package/test/reuse/ui5/userInteraction/selectCombobox.spec.js +4 -4
- package/test/reuse/ui5/userInteraction/selectFromTab.spec.js +1 -1
- package/test/reuse/ui5/userInteraction/selectMultiComboBox.spec.js +5 -5
- package/test/reuse/ui5/userInteraction/test.userInteraction.conf.js +1 -1
- package/test/reuse/ui5/userInteraction/test.userInteraction.sauceLab.conf.js +1 -1
- package/test/reuse/ui5/userInteraction/uncheck.spec.js +3 -3
- package/test/reuse/util/browser/back.spec.js +1 -1
- package/test/reuse/util/browser/forward.spec.js +1 -1
- package/test/reuse/util/browser/getBaseUrl.spec.js +1 -1
- package/test/reuse/util/browser/getCurrentWindow.spec.js +2 -2
- package/test/reuse/util/browser/setBaseUrl.spec.js +2 -2
- package/test/reuse/util/browser/switchToWindow.spec.js +2 -2
- package/test/reuse/util/browser/test.browser.conf.js +1 -1
- package/test/reuse/util/file/test.file.conf.js +1 -1
- package/test/reuse/util/file/upload.spec.js +2 -2
- package/test/reuse/util/formatter/test.formatter.conf.js +1 -1
- package/test/reuse/util/system/test.system.conf.js +1 -1
|
@@ -9,7 +9,7 @@ describe("element - getAttributeValue - inner HTML", function () {
|
|
|
9
9
|
let valueAct;
|
|
10
10
|
|
|
11
11
|
it("Preparation", async function () {
|
|
12
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
12
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
13
13
|
await handleCookiesConsent();
|
|
14
14
|
});
|
|
15
15
|
|
|
@@ -30,7 +30,7 @@ describe("element - getAttributeValue - with attribute", function () {
|
|
|
30
30
|
let valueAct;
|
|
31
31
|
|
|
32
32
|
it("Preparation", async function () {
|
|
33
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
33
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
34
34
|
await handleCookiesConsent();
|
|
35
35
|
});
|
|
36
36
|
|
|
@@ -48,7 +48,7 @@ describe("element - getAttributeValue - with attribute", function () {
|
|
|
48
48
|
describe("element - getAttributeValue - error", function () {
|
|
49
49
|
|
|
50
50
|
it("Preparation", async function () {
|
|
51
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
51
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
52
52
|
});
|
|
53
53
|
|
|
54
54
|
it("Execution & Verification", async function () {
|
|
@@ -7,7 +7,7 @@ describe("element - getByChild", function () {
|
|
|
7
7
|
let elemAct;
|
|
8
8
|
|
|
9
9
|
it("Preparation", async function () {
|
|
10
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
10
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
11
11
|
await handleCookiesConsent();
|
|
12
12
|
});
|
|
13
13
|
|
|
@@ -26,7 +26,7 @@ describe("element - getByChild - with index", function () {
|
|
|
26
26
|
let elemAct;
|
|
27
27
|
|
|
28
28
|
it("Preparation", async function () {
|
|
29
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
29
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Tree/sample/sap.m.sample.TreeExpandMulti");
|
|
30
30
|
await handleCookiesConsent();
|
|
31
31
|
});
|
|
32
32
|
|
|
@@ -45,7 +45,7 @@ describe("element - getByChild - with index", function () {
|
|
|
45
45
|
|
|
46
46
|
describe("element - getByChild - error case with wrong element", function () {
|
|
47
47
|
it("Preparation", async function () {
|
|
48
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
48
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
49
49
|
});
|
|
50
50
|
|
|
51
51
|
it("Execution & Verification", async function () {
|
|
@@ -58,7 +58,7 @@ describe("element - getByChild - error case with wrong element", function () {
|
|
|
58
58
|
|
|
59
59
|
describe("element - getByChild - error case with wrong order of parent and child", function () {
|
|
60
60
|
it("Preparation", async function () {
|
|
61
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
61
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
62
62
|
});
|
|
63
63
|
|
|
64
64
|
it("Execution & Verification", async function () {
|
|
@@ -5,7 +5,7 @@ describe("element - getByClass + expectToBeVisible", function () {
|
|
|
5
5
|
let downloadBtn;
|
|
6
6
|
|
|
7
7
|
it("Preparation", async function () {
|
|
8
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
8
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
9
9
|
});
|
|
10
10
|
|
|
11
11
|
it("Execution", async function () {
|
|
@@ -22,7 +22,7 @@ describe("element - getByClass - multiple classes", function () {
|
|
|
22
22
|
let element;
|
|
23
23
|
|
|
24
24
|
it("Preparation", async function () {
|
|
25
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
25
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
26
26
|
});
|
|
27
27
|
|
|
28
28
|
it("Execution", async function () {
|
|
@@ -39,7 +39,7 @@ describe("element - getByClass - all classes", function () {
|
|
|
39
39
|
let element;
|
|
40
40
|
|
|
41
41
|
it("Preparation", async function () {
|
|
42
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
42
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
43
43
|
});
|
|
44
44
|
|
|
45
45
|
it("Execution", async function () {
|
|
@@ -54,7 +54,7 @@ describe("element - getByClass - all classes", function () {
|
|
|
54
54
|
describe("element - getByClass and catch error", function () {
|
|
55
55
|
|
|
56
56
|
it("Preparation", async function () {
|
|
57
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
57
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
58
58
|
});
|
|
59
59
|
|
|
60
60
|
it("Execution & Verification", async function () {
|
|
@@ -8,7 +8,7 @@ describe("element - getByCss + expectToBeVisible", function () {
|
|
|
8
8
|
let downloadBtn;
|
|
9
9
|
|
|
10
10
|
it("Preparation", async function () {
|
|
11
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
11
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
12
12
|
await handleCookiesConsent();
|
|
13
13
|
});
|
|
14
14
|
|
|
@@ -24,7 +24,7 @@ describe("element - getByCss + expectToBeVisible", function () {
|
|
|
24
24
|
describe("element - getByCss outside of viewpoint", function () {
|
|
25
25
|
let comboBoxElement;
|
|
26
26
|
it("Preparation", async function () {
|
|
27
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
27
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
|
|
28
28
|
await util.browser.refresh(); // Need a refresh here as sapui5.hana.ondemand.com doesn't work correctly from time to time
|
|
29
29
|
await handleCookiesConsent();
|
|
30
30
|
|
|
@@ -54,7 +54,7 @@ describe("element - getByCss outside of viewpoint", function () {
|
|
|
54
54
|
describe("element - getByCss and catch error", function () {
|
|
55
55
|
|
|
56
56
|
it("Preparation", async function () {
|
|
57
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
57
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
58
58
|
await handleCookiesConsent();
|
|
59
59
|
});
|
|
60
60
|
|
|
@@ -5,7 +5,7 @@ describe("element - getByCssContainingText - non strict", function () {
|
|
|
5
5
|
let downloadBtn;
|
|
6
6
|
|
|
7
7
|
it("Preparation", async function () {
|
|
8
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
8
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
9
9
|
await handleCookiesConsent();
|
|
10
10
|
});
|
|
11
11
|
|
|
@@ -24,7 +24,7 @@ describe("element - getByCssContainingText - strict", function () {
|
|
|
24
24
|
let downloadBtn;
|
|
25
25
|
|
|
26
26
|
it("Preparation", async function () {
|
|
27
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
27
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
28
28
|
await handleCookiesConsent();
|
|
29
29
|
});
|
|
30
30
|
|
|
@@ -41,7 +41,7 @@ describe("element - getByCssContainingText - strict", function () {
|
|
|
41
41
|
|
|
42
42
|
describe("element - getByCssContainingText - strict error case", function () {
|
|
43
43
|
it("Preparation", async function () {
|
|
44
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
44
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
45
45
|
await handleCookiesConsent();
|
|
46
46
|
});
|
|
47
47
|
|
|
@@ -54,7 +54,7 @@ describe("element - getByCssContainingText - strict error case", function () {
|
|
|
54
54
|
|
|
55
55
|
describe("element - getByCssContainingText - error case", function () {
|
|
56
56
|
it("Preparation", async function () {
|
|
57
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
57
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
58
58
|
await handleCookiesConsent();
|
|
59
59
|
});
|
|
60
60
|
|
|
@@ -8,7 +8,7 @@ describe("element - getById + expectToBeVisible", function () {
|
|
|
8
8
|
let downloadBtn;
|
|
9
9
|
|
|
10
10
|
it("Preparation", async function () {
|
|
11
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
11
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
12
12
|
await handleCookiesConsent();
|
|
13
13
|
});
|
|
14
14
|
|
|
@@ -24,7 +24,7 @@ describe("element - getById + expectToBeVisible", function () {
|
|
|
24
24
|
describe("element - getById and catch error", function () {
|
|
25
25
|
|
|
26
26
|
it("Preparation", async function () {
|
|
27
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
27
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
28
28
|
await handleCookiesConsent();
|
|
29
29
|
});
|
|
30
30
|
|
|
@@ -37,7 +37,7 @@ describe("element - getById and catch error", function () {
|
|
|
37
37
|
describe("element - getById - error case, verify error stack", function () {
|
|
38
38
|
|
|
39
39
|
it("Preparation", async function () {
|
|
40
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
40
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
41
41
|
await handleCookiesConsent();
|
|
42
42
|
});
|
|
43
43
|
|
|
@@ -6,7 +6,7 @@ describe("element - getByParent", function () {
|
|
|
6
6
|
|
|
7
7
|
it("Preparation", async function () {
|
|
8
8
|
await common.navigation.navigateToUrl(
|
|
9
|
-
"https://sapui5.hana.ondemand.com/1.
|
|
9
|
+
"https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories"
|
|
10
10
|
);
|
|
11
11
|
await handleCookiesConsent();
|
|
12
12
|
});
|
|
@@ -26,7 +26,7 @@ describe("element - getByParent - with index", function () {
|
|
|
26
26
|
let elemAct;
|
|
27
27
|
|
|
28
28
|
it("Preparation", async function () {
|
|
29
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
29
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Tree/sample/sap.m.sample.TreeExpandMulti");
|
|
30
30
|
await handleCookiesConsent();
|
|
31
31
|
});
|
|
32
32
|
|
|
@@ -46,7 +46,7 @@ describe("element - getByParent - with index", function () {
|
|
|
46
46
|
describe("element - getByParent - error case with wrong element", function () {
|
|
47
47
|
it("Preparation", async function () {
|
|
48
48
|
await common.navigation.navigateToUrl(
|
|
49
|
-
"https://sapui5.hana.ondemand.com/1.
|
|
49
|
+
"https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories"
|
|
50
50
|
);
|
|
51
51
|
});
|
|
52
52
|
|
|
@@ -62,7 +62,7 @@ describe("element - getByParent - error case with wrong element", function () {
|
|
|
62
62
|
describe("element - getByParent - error case with wrong order of parent and child", function () {
|
|
63
63
|
it("Preparation", async function () {
|
|
64
64
|
await common.navigation.navigateToUrl(
|
|
65
|
-
"https://sapui5.hana.ondemand.com/1.
|
|
65
|
+
"https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories"
|
|
66
66
|
);
|
|
67
67
|
});
|
|
68
68
|
|
|
@@ -5,7 +5,7 @@ describe("element - getByXPath + expectToBeVisible", function () {
|
|
|
5
5
|
let searchInput;
|
|
6
6
|
|
|
7
7
|
it("Preparation", async function () {
|
|
8
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
8
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
9
9
|
});
|
|
10
10
|
|
|
11
11
|
it("Execution", async function () {
|
|
@@ -20,7 +20,7 @@ describe("element - getByXPath + expectToBeVisible", function () {
|
|
|
20
20
|
describe("element - getByXPath and catch error", function () {
|
|
21
21
|
|
|
22
22
|
it("Preparation", async function () {
|
|
23
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
23
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
24
24
|
});
|
|
25
25
|
|
|
26
26
|
it("Execution & Verification", async function () {
|
|
@@ -7,7 +7,7 @@ describe("element - getValue", function () {
|
|
|
7
7
|
let actValue;
|
|
8
8
|
|
|
9
9
|
it("Preparation", async function () {
|
|
10
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
10
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
11
11
|
await handleCookiesConsent();
|
|
12
12
|
});
|
|
13
13
|
|
|
@@ -25,7 +25,7 @@ describe("element - getValue - innerHTML", function () {
|
|
|
25
25
|
let actValue;
|
|
26
26
|
|
|
27
27
|
it("Preparation", async function () {
|
|
28
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
28
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
29
29
|
});
|
|
30
30
|
|
|
31
31
|
it("Execution", async function () {
|
|
@@ -41,7 +41,7 @@ describe("element - getValue - innerHTML", function () {
|
|
|
41
41
|
|
|
42
42
|
describe("element - getValue - error case", function () {
|
|
43
43
|
it("Preparation", async function () {
|
|
44
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
44
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
45
45
|
});
|
|
46
46
|
|
|
47
47
|
it("Execution & Verification", async function () {
|
|
@@ -3,7 +3,7 @@ describe("element - highlight", function () {
|
|
|
3
3
|
let product;
|
|
4
4
|
|
|
5
5
|
it("Preparation", async function () {
|
|
6
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
6
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
|
|
7
7
|
|
|
8
8
|
});
|
|
9
9
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// describe("element - isPresent - list item element", function () {
|
|
3
3
|
// it("Preparation", async function () {
|
|
4
|
-
// await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
4
|
+
// await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
5
5
|
// });
|
|
6
6
|
|
|
7
7
|
// it("Execution & Verification", async function () {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
describe("element - isPresent - hidden element", function () {
|
|
16
16
|
it("Preparation", async function () {
|
|
17
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
17
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
18
18
|
});
|
|
19
19
|
|
|
20
20
|
it("Execution & Verification", async function () {
|
|
@@ -29,7 +29,7 @@ describe("element - isPresent - hidden element", function () {
|
|
|
29
29
|
|
|
30
30
|
// describe("element - isPresent - wrong element", function () {
|
|
31
31
|
// it("Preparation", async function () {
|
|
32
|
-
// await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
32
|
+
// await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
33
33
|
// });
|
|
34
34
|
|
|
35
35
|
// it("Execution & Verification", async function () {
|
|
@@ -52,7 +52,7 @@ describe("element - isPresentByCss with wrong selector/hidden element and catch
|
|
|
52
52
|
|
|
53
53
|
describe("element - isPresent (by class) for list item element", function () {
|
|
54
54
|
it("Preparation", async function () {
|
|
55
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
55
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
56
56
|
});
|
|
57
57
|
|
|
58
58
|
it("Execution & Verification", async function () {
|
|
@@ -63,7 +63,7 @@ describe("element - isPresent (by class) for list item element", function () {
|
|
|
63
63
|
|
|
64
64
|
describe("element - isPresent (by class) for hidden element", function () {
|
|
65
65
|
it("Preparation", async function () {
|
|
66
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
66
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
67
67
|
});
|
|
68
68
|
|
|
69
69
|
it("Execution & Verification", async function () {
|
|
@@ -7,7 +7,7 @@ describe("element - isPresentByXPath", function () {
|
|
|
7
7
|
let linkBtn;
|
|
8
8
|
|
|
9
9
|
it("Preparation", async function () {
|
|
10
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
10
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
11
11
|
await handleCookiesConsent();
|
|
12
12
|
});
|
|
13
13
|
|
|
@@ -20,7 +20,7 @@ describe("element - isPresentByXPath", function () {
|
|
|
20
20
|
|
|
21
21
|
describe("element - isPresentByXPath with wrong selector and catch error", function () {
|
|
22
22
|
it("Preparation", async function () {
|
|
23
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
23
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
24
24
|
await handleCookiesConsent();
|
|
25
25
|
});
|
|
26
26
|
|
|
@@ -7,7 +7,7 @@ const {
|
|
|
7
7
|
describe("element - getById + expectToBeVisible", function () {
|
|
8
8
|
|
|
9
9
|
it("Preparation", async function () {
|
|
10
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
10
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
|
|
11
11
|
await handleCookiesConsent();
|
|
12
12
|
});
|
|
13
13
|
|
|
@@ -6,7 +6,7 @@ exports.config = merge(profile.config, {
|
|
|
6
6
|
maxInstances: 6,
|
|
7
7
|
specFileRetries: 2,
|
|
8
8
|
|
|
9
|
-
baseUrl: "https://sapui5.hana.ondemand.com/1.
|
|
9
|
+
baseUrl: "https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
|
|
10
10
|
|
|
11
11
|
specs: [
|
|
12
12
|
path.resolve(__dirname, "waitToBePresent.spec.js"),
|
|
@@ -8,7 +8,7 @@ exports.config = merge(profile.config, {
|
|
|
8
8
|
|
|
9
9
|
maxInstances: 5,
|
|
10
10
|
bail: 1,
|
|
11
|
-
baseUrl: "https://sapui5.hana.ondemand.com/1.
|
|
11
|
+
baseUrl: "https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
|
|
12
12
|
|
|
13
13
|
specs: [
|
|
14
14
|
path.resolve(__dirname, "waitToBePresent.spec.js"),
|
|
@@ -4,7 +4,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
|
|
|
4
4
|
|
|
5
5
|
describe("userInteraction - Double click on Switch button", async function () {
|
|
6
6
|
it("Preparation", async function () {
|
|
7
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
7
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.Select");
|
|
8
8
|
await handleCookiesConsent();
|
|
9
9
|
});
|
|
10
10
|
|
|
@@ -2,7 +2,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
|
|
|
2
2
|
|
|
3
3
|
describe("userInteraction - moveCursorAndClick - chart tests", function () {
|
|
4
4
|
it("Preparation", async function () {
|
|
5
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
5
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.viz.ui5.controls.VizFrame/sample/sap.viz.sample.Donut");
|
|
6
6
|
await handleCookiesConsent();
|
|
7
7
|
});
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
|
|
|
2
2
|
|
|
3
3
|
describe("userInteraction - rightClick", async function () {
|
|
4
4
|
it("Preparation", async function () {
|
|
5
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
5
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.TextArea/sample/sap.m.sample.TextArea");
|
|
6
6
|
await handleCookiesConsent();
|
|
7
7
|
});
|
|
8
8
|
|
|
@@ -5,7 +5,7 @@ describe("userInteraction - scrollToElement - default alignment options", functi
|
|
|
5
5
|
let elem;
|
|
6
6
|
|
|
7
7
|
it("Preparation", async function () {
|
|
8
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
8
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/api");
|
|
9
9
|
await handleCookiesConsent();
|
|
10
10
|
});
|
|
11
11
|
|
|
@@ -25,7 +25,7 @@ describe("userInteraction - scrollToElement - alignment is center", function ()
|
|
|
25
25
|
let elem, alignment;
|
|
26
26
|
|
|
27
27
|
it("Preparation", async function () {
|
|
28
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
28
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/api");
|
|
29
29
|
await handleCookiesConsent();
|
|
30
30
|
await browser.setWindowSize(1200, 800);
|
|
31
31
|
});
|
|
@@ -45,7 +45,7 @@ describe("userInteraction - scrollToElement - alignment is center", function ()
|
|
|
45
45
|
|
|
46
46
|
describe("locator - scrollToElement - wrong element (error case)", function () {
|
|
47
47
|
it("Preparation", async function () {
|
|
48
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
48
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
|
|
49
49
|
await handleCookiesConsent();
|
|
50
50
|
});
|
|
51
51
|
|
|
@@ -5,7 +5,7 @@ const {
|
|
|
5
5
|
|
|
6
6
|
describe("assertion - expectMessageToastTextToBe - no message toast (unhappy case)", function () {
|
|
7
7
|
it("Preparation", async function () {
|
|
8
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
8
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MessageToast/sample/sap.m.sample.MessageToast");
|
|
9
9
|
await handleCookiesConsent();
|
|
10
10
|
});
|
|
11
11
|
|
|
@@ -19,7 +19,7 @@ describe("assertion - expectMessageToastTextToBe - no message toast (unhappy cas
|
|
|
19
19
|
|
|
20
20
|
describe("assertion - expectMessageToastTextToBe", function () {
|
|
21
21
|
it("Preparation", async function () {
|
|
22
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
22
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MessageToast/sample/sap.m.sample.MessageToast");
|
|
23
23
|
await handleCookiesConsent();
|
|
24
24
|
});
|
|
25
25
|
|
|
@@ -49,7 +49,7 @@ describe("assertion - expectToBeVisible with wrong selector", function () {
|
|
|
49
49
|
|
|
50
50
|
describe("assertion - expectToBeVisible outside viewport", function () {
|
|
51
51
|
it("Preparation", async function () {
|
|
52
|
-
await browser.url("https://sapui5.hana.ondemand.com/1.
|
|
52
|
+
await browser.url("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
53
53
|
await handleCookiesConsent();
|
|
54
54
|
});
|
|
55
55
|
|
|
@@ -28,7 +28,7 @@ describe("assertion - expectToBeVisibleInViewport with element in viewport", fun
|
|
|
28
28
|
|
|
29
29
|
describe("assertion - expectToBeVisibleInViewport with element outside viewport (unhappy case)", function () {
|
|
30
30
|
it("Preparation", async function () {
|
|
31
|
-
await browser.url("https://sapui5.hana.ondemand.com/1.
|
|
31
|
+
await browser.url("https://sapui5.hana.ondemand.com/1.96.27/");
|
|
32
32
|
await handleCookiesConsent();
|
|
33
33
|
});
|
|
34
34
|
|
|
@@ -23,7 +23,7 @@ const inputFieldWithCheckSelector = {
|
|
|
23
23
|
|
|
24
24
|
describe("Expect input field 'valueState' not to be 'Error' (unhappy case)", function () {
|
|
25
25
|
it("Preparation", async function () {
|
|
26
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
26
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputChecked");
|
|
27
27
|
await handleCookiesConsent();
|
|
28
28
|
});
|
|
29
29
|
|
|
@@ -38,7 +38,7 @@ describe("Expect input field 'valueState' not to be 'Error' (unhappy case)", fun
|
|
|
38
38
|
|
|
39
39
|
describe("Expect input field 'valueState' to be 'Error'", function () {
|
|
40
40
|
it("Preparation", async function () {
|
|
41
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
41
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputChecked");
|
|
42
42
|
await handleCookiesConsent();
|
|
43
43
|
});
|
|
44
44
|
|
|
@@ -23,7 +23,7 @@ const inputFieldWithCheckSelector = {
|
|
|
23
23
|
|
|
24
24
|
describe("Expect input field 'valueState' to be 'None' (success)", function () {
|
|
25
25
|
it("Preparation", async function () {
|
|
26
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
26
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputChecked");
|
|
27
27
|
await handleCookiesConsent();
|
|
28
28
|
});
|
|
29
29
|
|
|
@@ -37,7 +37,7 @@ describe("Expect input field 'valueState' to be 'None' (success)", function () {
|
|
|
37
37
|
|
|
38
38
|
describe("Expect input field 'valueState' not to be 'None' (unhappy case)", function () {
|
|
39
39
|
it("Preparation", async function () {
|
|
40
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
40
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputChecked");
|
|
41
41
|
await handleCookiesConsent();
|
|
42
42
|
});
|
|
43
43
|
|
|
@@ -6,7 +6,7 @@ const {
|
|
|
6
6
|
describe("assertion - expectValueToBeDefined", function () {
|
|
7
7
|
|
|
8
8
|
it("Preparation", async function () {
|
|
9
|
-
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.
|
|
9
|
+
await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
|
|
10
10
|
await handleCookiesConsent();
|
|
11
11
|
});
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@ exports.config = merge(profile.config, {
|
|
|
6
6
|
maxInstances: 6,
|
|
7
7
|
specFileRetries: 2,
|
|
8
8
|
|
|
9
|
-
baseUrl: "https://sapui5.hana.ondemand.com/1.
|
|
9
|
+
baseUrl: "https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
|
|
10
10
|
|
|
11
11
|
specs: [
|
|
12
12
|
path.resolve(__dirname, "expectAttributeToBe.spec.js"),
|
|
@@ -9,7 +9,7 @@ exports.config = merge(profile.config, {
|
|
|
9
9
|
maxInstances: 2, // note: for the SAP account, only 2 parallel instances is a max value
|
|
10
10
|
|
|
11
11
|
bail: 1,
|
|
12
|
-
baseUrl: "https://sapui5.hana.ondemand.com/1.
|
|
12
|
+
baseUrl: "https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
|
|
13
13
|
|
|
14
14
|
specs: [
|
|
15
15
|
path.resolve(__dirname, "expectAttributeToBe.spec.js"),
|
|
@@ -11,7 +11,7 @@ const selectorForPopupOkButton = {
|
|
|
11
11
|
|
|
12
12
|
describe("confirmationDialog - clickButton - text 'OK'", function () {
|
|
13
13
|
it("Preparation", async function () {
|
|
14
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
14
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputChecked");
|
|
15
15
|
await handleCookiesConsent();
|
|
16
16
|
|
|
17
17
|
const submitButtonSelector = {
|
|
@@ -62,7 +62,7 @@ describe("confirmationDialog - clickButton - text 'OK' without confirmation dial
|
|
|
62
62
|
|
|
63
63
|
describe("confirmationDialog - clickButton - text 'Cancel'", function () {
|
|
64
64
|
it("Preparation", async function () {
|
|
65
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
65
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MessageBox/sample/sap.m.sample.MessageBox");
|
|
66
66
|
await handleCookiesConsent();
|
|
67
67
|
|
|
68
68
|
const confirmButtonSelector = {
|
|
@@ -17,7 +17,7 @@ const selectorForPopup = {
|
|
|
17
17
|
|
|
18
18
|
describe("confirmationDialog - clickNo", function () {
|
|
19
19
|
it("Preparation", async function () {
|
|
20
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
20
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MessageBox/sample/sap.m.sample.MessageBoxInitialFocus");
|
|
21
21
|
await handleCookiesConsent();
|
|
22
22
|
|
|
23
23
|
const openDialogButton = {
|
|
@@ -52,7 +52,7 @@ describe("confirmationDialog - clickNo", function () {
|
|
|
52
52
|
|
|
53
53
|
describe("confirmationDialog - clickNo without 'No' button (unhappy case)", function () {
|
|
54
54
|
it("Preparation", async function () {
|
|
55
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
55
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MessageBox/sample/sap.m.sample.MessageBoxInitialFocus");
|
|
56
56
|
const openDialogButton = {
|
|
57
57
|
"elementProperties": {
|
|
58
58
|
"viewName": "sap.m.sample.MessageBoxInitialFocus.V",
|
|
@@ -11,7 +11,7 @@ const selectorForPopupOkButton = {
|
|
|
11
11
|
|
|
12
12
|
describe("confirmationDialog - clickOk", function () {
|
|
13
13
|
it("Preparation", async function () {
|
|
14
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
14
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputChecked");
|
|
15
15
|
await handleCookiesConsent();
|
|
16
16
|
|
|
17
17
|
const submitButtonSelector = {
|
|
@@ -17,7 +17,7 @@ const selectorForDialog = {
|
|
|
17
17
|
|
|
18
18
|
describe("confirmationDialog - clickYes", function () {
|
|
19
19
|
it("Preparation", async function () {
|
|
20
|
-
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.
|
|
20
|
+
await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MessageBox/sample/sap.m.sample.MessageBoxInitialFocus");
|
|
21
21
|
await handleCookiesConsent();
|
|
22
22
|
|
|
23
23
|
const openDialogButton = {
|