@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.
Files changed (131) hide show
  1. package/lib/reuse/modules/ui5/session.js +1 -1
  2. package/lib/reuse/modules/ui5/session.js.map +1 -1
  3. package/lib/reuse/modules/util/data.d.ts +3 -3
  4. package/lib/reuse/modules/util/data.js +1 -1
  5. package/package.json +3 -3
  6. package/test/core/functional/chaining/test.conf.js +1 -1
  7. package/test/core/functional/locators/ancestorProperties.test.js +3 -3
  8. package/test/core/functional/locators/childProperties.test.js +1 -1
  9. package/test/core/functional/locators/descendantProperties.test.js +2 -2
  10. package/test/core/functional/locators/parentProperties.test.js +1 -1
  11. package/test/core/functional/locators/test.locator.conf.js +1 -1
  12. package/test/core/functional/nativeBrowser/runInBrowser.test.js +1 -1
  13. package/test/core/functional/nativeBrowser/test.conf.js +1 -1
  14. package/test/core/functional/nonUi5/test.conf.js +1 -1
  15. package/test/core/functional/ui5Properties/getAggregations.test.js +3 -3
  16. package/test/core/functional/ui5Properties/getProperties.test.js +4 -4
  17. package/test/core/functional/ui5Properties/test.conf.js +1 -1
  18. package/test/core/functional/uiveri5/test.conf.js +1 -1
  19. package/test/core/testIntegration/config.js +1 -1
  20. package/test/core/testIntegration/configMultiCombo.js +1 -1
  21. package/test/core/testIntegration/configTable.js +1 -1
  22. package/test/reuse/common/assertion/test.assertion.conf.js +1 -1
  23. package/test/reuse/common/navigation/navigateToUrl.spec.js +1 -1
  24. package/test/reuse/common/navigation/navigateToUrlAndRetry.spec.js +1 -1
  25. package/test/reuse/common/userInteraction/clearAndFillActive.spec.js +3 -3
  26. package/test/reuse/common/userInteraction/clearAndFillActiveAndRetry.spec.js +3 -3
  27. package/test/reuse/common/userInteraction/fillActive.spec.js +6 -6
  28. package/test/reuse/common/userInteraction/fillActiveAndRetry.spec.js +4 -4
  29. package/test/reuse/common/userInteraction/pressKey.spec.js +1 -1
  30. package/test/reuse/nonUi5/assertion/expectToBeVisible.spec.js +1 -1
  31. package/test/reuse/nonUi5/assertion/expectValueToBe.spec.js +2 -2
  32. package/test/reuse/nonUi5/assertion/test.assertion.conf.js +1 -1
  33. package/test/reuse/nonUi5/assertion/test.assertion.sauceLabs.conf.js +1 -1
  34. package/test/reuse/nonUi5/element/getAttributeValue.spec.js +3 -3
  35. package/test/reuse/nonUi5/element/getByChild.spec.js +4 -4
  36. package/test/reuse/nonUi5/element/getByClass.spec.js +4 -4
  37. package/test/reuse/nonUi5/element/getByCss.spec.js +3 -3
  38. package/test/reuse/nonUi5/element/getByCssContainingText.spec.js +4 -4
  39. package/test/reuse/nonUi5/element/getById.spec.js +3 -3
  40. package/test/reuse/nonUi5/element/getByParent.spec.js +4 -4
  41. package/test/reuse/nonUi5/element/getByXPath.spec.js +2 -2
  42. package/test/reuse/nonUi5/element/getValue.spec.js +3 -3
  43. package/test/reuse/nonUi5/element/highlight.spec.js +1 -1
  44. package/test/reuse/nonUi5/element/isPresent.spec.js +3 -3
  45. package/test/reuse/nonUi5/element/isPresentByCss.spec.js +2 -2
  46. package/test/reuse/nonUi5/element/isPresentByXPath.spec.js +2 -2
  47. package/test/reuse/nonUi5/element/setInnerHTML.spec.js +1 -1
  48. package/test/reuse/nonUi5/element/test.element.conf.js +1 -1
  49. package/test/reuse/nonUi5/element/test.element.sauceLabs.conf.js +1 -1
  50. package/test/reuse/nonUi5/userInteraction/doubleClick.spec.js +1 -1
  51. package/test/reuse/nonUi5/userInteraction/moveCursorAndClick.spec.js +1 -1
  52. package/test/reuse/nonUi5/userInteraction/rightClick.spec.js +1 -1
  53. package/test/reuse/nonUi5/userInteraction/scrollToElement.spec.js +3 -3
  54. package/test/reuse/ui5/assertion/expectMessageToastTextToBe.spec.js +2 -2
  55. package/test/reuse/ui5/assertion/expectToBeVisible.spec.js +1 -1
  56. package/test/reuse/ui5/assertion/expectToBeVisibleInViewport.spec.js +1 -1
  57. package/test/reuse/ui5/assertion/expectValidationError.spec.js +2 -2
  58. package/test/reuse/ui5/assertion/expectValidationSuccess.spec.js +2 -2
  59. package/test/reuse/ui5/assertion/expectValueToBeDefined.spec.js +1 -1
  60. package/test/reuse/ui5/assertion/test.assertion.conf.js +1 -1
  61. package/test/reuse/ui5/assertion/test.assertion.sauceLab.conf.js +1 -1
  62. package/test/reuse/ui5/confirmationDialog/clickButton.spec.js +2 -2
  63. package/test/reuse/ui5/confirmationDialog/clickNo.spec.js +2 -2
  64. package/test/reuse/ui5/confirmationDialog/clickOk.spec.js +1 -1
  65. package/test/reuse/ui5/confirmationDialog/clickYes.spec.js +1 -1
  66. package/test/reuse/ui5/confirmationDialog/test.confirmationDialog.conf.js +1 -1
  67. package/test/reuse/ui5/confirmationDialog/test.confirmationDialog.sauceLab.conf.js +1 -1
  68. package/test/reuse/ui5/control/focus.spec.js +4 -4
  69. package/test/reuse/ui5/control/getAggregationProperty.spec.js +2 -2
  70. package/test/reuse/ui5/control/getAssociationProperty.spec.js +2 -2
  71. package/test/reuse/ui5/control/test.control.conf.js +1 -1
  72. package/test/reuse/ui5/control/test.control.sauceLab.conf.js +1 -1
  73. package/test/reuse/ui5/date/fillRange.spec.js +2 -2
  74. package/test/reuse/ui5/date/pick.spec.js +4 -4
  75. package/test/reuse/ui5/date/pickRange.spec.js +4 -4
  76. package/test/reuse/ui5/element/getByChild.spec.js +3 -3
  77. package/test/reuse/ui5/element/getByParent.spec.js +3 -3
  78. package/test/reuse/ui5/element/getByText.spec.js +1 -1
  79. package/test/reuse/ui5/element/getPropertyValue.spec.js +1 -1
  80. package/test/reuse/ui5/element/test.element.conf.js +1 -1
  81. package/test/reuse/ui5/element/test.element.sauceLab.conf.js +1 -1
  82. package/test/reuse/ui5/element/waitForAll.spec.js +2 -2
  83. package/test/reuse/ui5/errorDialog/clickClose.spec.js +1 -1
  84. package/test/reuse/ui5/errorDialog/expectToBeVisible.spec.js +1 -1
  85. package/test/reuse/ui5/mockserver_qunit/test/flpSandboxMockServer.html +2 -2
  86. package/test/reuse/ui5/mockserver_qunit/test/flpSandboxMockServerAllData.html +2 -2
  87. package/test/reuse/ui5/mockserver_qunit/test/unit/unitTests.qunit.html +1 -1
  88. package/test/reuse/ui5/navigationBar/test.navigationBar.sauceLab.conf.js +1 -1
  89. package/test/reuse/ui5/session/logout.spec.js +1 -1
  90. package/test/reuse/ui5/table/clickSettingsButton.spec.js +2 -2
  91. package/test/reuse/ui5/table/sortColumnAscending.spec.js +3 -3
  92. package/test/reuse/ui5/table/sortColumnDescending.spec.js +3 -3
  93. package/test/reuse/ui5/userInteraction/check.spec.js +3 -3
  94. package/test/reuse/ui5/userInteraction/clear.spec.js +3 -3
  95. package/test/reuse/ui5/userInteraction/clearAndFill.spec.js +6 -6
  96. package/test/reuse/ui5/userInteraction/clearAndFillAndRetry.spec.js +5 -5
  97. package/test/reuse/ui5/userInteraction/clearAndFillSmartFieldInput.spec.js +2 -2
  98. package/test/reuse/ui5/userInteraction/clearAndFillSmartFieldInputAndRetry.spec.js +1 -1
  99. package/test/reuse/ui5/userInteraction/clearAndRetry.spec.js +2 -2
  100. package/test/reuse/ui5/userInteraction/click.spec.js +4 -4
  101. package/test/reuse/ui5/userInteraction/clickAndRetry.spec.js +3 -3
  102. package/test/reuse/ui5/userInteraction/clickSelectArrow.spec.js +2 -2
  103. package/test/reuse/ui5/userInteraction/clickSelectArrowAndRetry.spec.js +3 -3
  104. package/test/reuse/ui5/userInteraction/clickTab.spec.js +3 -3
  105. package/test/reuse/ui5/userInteraction/doubleClick.spec.js +4 -4
  106. package/test/reuse/ui5/userInteraction/dragAndDrop.spec.js +1 -1
  107. package/test/reuse/ui5/userInteraction/fill.spec.js +4 -4
  108. package/test/reuse/ui5/userInteraction/fillAndRetry.spec.js +4 -4
  109. package/test/reuse/ui5/userInteraction/mouseOverElement.spec.js +2 -2
  110. package/test/reuse/ui5/userInteraction/openF4Help.spec.js +2 -2
  111. package/test/reuse/ui5/userInteraction/rightClick.spec.js +4 -4
  112. package/test/reuse/ui5/userInteraction/scrollToElement.spec.js +4 -4
  113. package/test/reuse/ui5/userInteraction/searchFor.spec.js +4 -4
  114. package/test/reuse/ui5/userInteraction/selectBox.spec.js +4 -4
  115. package/test/reuse/ui5/userInteraction/selectCombobox.spec.js +4 -4
  116. package/test/reuse/ui5/userInteraction/selectFromTab.spec.js +1 -1
  117. package/test/reuse/ui5/userInteraction/selectMultiComboBox.spec.js +5 -5
  118. package/test/reuse/ui5/userInteraction/test.userInteraction.conf.js +1 -1
  119. package/test/reuse/ui5/userInteraction/test.userInteraction.sauceLab.conf.js +1 -1
  120. package/test/reuse/ui5/userInteraction/uncheck.spec.js +3 -3
  121. package/test/reuse/util/browser/back.spec.js +1 -1
  122. package/test/reuse/util/browser/forward.spec.js +1 -1
  123. package/test/reuse/util/browser/getBaseUrl.spec.js +1 -1
  124. package/test/reuse/util/browser/getCurrentWindow.spec.js +2 -2
  125. package/test/reuse/util/browser/setBaseUrl.spec.js +2 -2
  126. package/test/reuse/util/browser/switchToWindow.spec.js +2 -2
  127. package/test/reuse/util/browser/test.browser.conf.js +1 -1
  128. package/test/reuse/util/file/test.file.conf.js +1 -1
  129. package/test/reuse/util/file/upload.spec.js +2 -2
  130. package/test/reuse/util/formatter/test.formatter.conf.js +1 -1
  131. package/test/reuse/util/system/test.system.conf.js +1 -1
@@ -3,7 +3,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
3
3
  describe("userInteraction - clearAndFillAndRetry - smartField", function () {
4
4
  it("Preparation", async function () {
5
5
  await browser.navigateTo(
6
- "https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview"
6
+ "https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview"
7
7
  );
8
8
  await handleCookiesConsent();
9
9
  });
@@ -35,7 +35,7 @@ describe("userInteraction - clearAndFillAndRetry - smartField", function () {
35
35
  describe("userInteraction - clearAndFillAndRetry - textarea", function () {
36
36
  it("Preparation", async function () {
37
37
  await browser.navigateTo(
38
- "https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview"
38
+ "https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview"
39
39
  );
40
40
  await handleCookiesConsent();
41
41
  });
@@ -59,7 +59,7 @@ describe("userInteraction - clearAndFillAndRetry - textarea", function () {
59
59
 
60
60
  describe("userInteraction - clearAndFillAndRetry - input field", function () {
61
61
  it("Preparation", async function () {
62
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
62
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
63
63
  await handleCookiesConsent();
64
64
  });
65
65
 
@@ -83,7 +83,7 @@ describe("userInteraction - clearAndFillAndRetry - input field", function () {
83
83
 
84
84
  describe("userInteraction - clearAndFillAndRetry - invalid selector", function () {
85
85
  it("Preparation", async function () {
86
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
86
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
87
87
  await handleCookiesConsent();
88
88
  });
89
89
 
@@ -108,7 +108,7 @@ describe("userInteraction - clearAndFillAndRetry - invalid selector", function (
108
108
 
109
109
  describe("userInteraction - clearAndFillAndRetry - wrong element", function () {
110
110
  it("Preparation", async function () {
111
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MenuButton/sample/sap.m.sample.MenuButton");
111
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MenuButton/sample/sap.m.sample.MenuButton");
112
112
  await handleCookiesConsent();
113
113
  });
114
114
 
@@ -7,7 +7,7 @@ describe("userInteraction - clearAndFillSmartFieldInput", function () {
7
7
  let selector;
8
8
 
9
9
  it("Preparation", async function () {
10
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
10
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
11
11
  await handleCookiesConsent();
12
12
  });
13
13
 
@@ -50,7 +50,7 @@ describe("userInteraction - clearAndFillSmartFieldInput with invalid selector",
50
50
  let selector;
51
51
 
52
52
  it("Preparation", async function () {
53
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
53
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
54
54
  await handleCookiesConsent();
55
55
  });
56
56
 
@@ -4,7 +4,7 @@ const {
4
4
 
5
5
  describe("userInteraction - clearAndFillSmartFieldInputAndRetry", function () {
6
6
  it("Preparation", async function () {
7
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
7
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
8
8
  await handleCookiesConsent();
9
9
  });
10
10
 
@@ -13,7 +13,7 @@ describe("userInteraction - clearAndRetry", function () {
13
13
  };
14
14
 
15
15
  it("Preparation", async function () {
16
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
16
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
17
17
  await handleCookiesConsent();
18
18
  });
19
19
 
@@ -35,7 +35,7 @@ describe("userInteraction - clearAndRetry", function () {
35
35
  describe("userInteraction - clearAndRetry with invalid selector", function () {
36
36
 
37
37
  it("Preparation", async function () {
38
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
38
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
39
39
  await handleCookiesConsent();
40
40
  });
41
41
 
@@ -3,7 +3,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
3
3
  describe("userInteraction - click", function () {
4
4
 
5
5
  it("Preparation", async function () {
6
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/");
6
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/");
7
7
  await handleCookiesConsent();
8
8
  });
9
9
 
@@ -19,14 +19,14 @@ describe("userInteraction - click", function () {
19
19
  });
20
20
 
21
21
  it("Verification", async function () {
22
- await common.assertion.expectUrlToBe("https://sapui5.hana.ondemand.com/1.99.0/#/api");
22
+ await common.assertion.expectUrlToBe("https://sapui5.hana.ondemand.com/1.96.27/#/api");
23
23
  });
24
24
  });
25
25
 
26
26
  describe("userInteraction - click on not displayed element", function () {
27
27
 
28
28
  it("Preparation", async function () {
29
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/");
29
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/");
30
30
  await handleCookiesConsent();
31
31
  });
32
32
 
@@ -48,7 +48,7 @@ describe("userInteraction - click on not displayed element", function () {
48
48
  describe("userInteraction - click on invisible element", function () {
49
49
 
50
50
  it("Preparation", async function () {
51
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/category/AC/product/HT-2000");
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#/category/AC/product/HT-2000");
52
52
  await handleCookiesConsent();
53
53
  });
54
54
 
@@ -2,7 +2,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
2
2
 
3
3
  describe("userInteraction - click and retry", function () {
4
4
  it("Preparation", async function () {
5
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/");
5
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/");
6
6
  await handleCookiesConsent();
7
7
  });
8
8
 
@@ -22,13 +22,13 @@ describe("userInteraction - click and retry", function () {
22
22
  });
23
23
 
24
24
  it("Verification", async function () {
25
- await common.assertion.expectUrlToBe("https://sapui5.hana.ondemand.com/1.99.0/#/api");
25
+ await common.assertion.expectUrlToBe("https://sapui5.hana.ondemand.com/1.96.27/#/api");
26
26
  });
27
27
  });
28
28
 
29
29
  describe("userInteraction - click and retry on not displayed element", function () {
30
30
  it("Preparation", async function () {
31
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/");
31
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/");
32
32
  await handleCookiesConsent();
33
33
  });
34
34
 
@@ -3,7 +3,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
3
3
  describe("userInteraction - clickSelectArrow", function () {
4
4
 
5
5
  it("Preparation", async function () {
6
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.Select");
6
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.Select");
7
7
  await handleCookiesConsent();
8
8
  });
9
9
 
@@ -60,7 +60,7 @@ describe("userInteraction - clickSelectArrow", function () {
60
60
  describe("userInteraction - clickSelectArrow and catch an error", function () {
61
61
 
62
62
  it("Preparation", async function () {
63
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.Select");
63
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.Select");
64
64
  await util.browser.refresh();
65
65
  await handleCookiesConsent();
66
66
  });
@@ -2,7 +2,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
2
2
 
3
3
  describe("userInteraction - clickSelectArrowAndRetry", function () {
4
4
  it("Preparation", async function () {
5
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.Select");
5
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.Select");
6
6
  await handleCookiesConsent();
7
7
  });
8
8
 
@@ -62,7 +62,7 @@ describe("userInteraction - clickSelectArrowAndRetry", function () {
62
62
 
63
63
  describe("userInteraction - clickSelectArrow and catch an error", function () {
64
64
  it("Preparation", async function () {
65
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.Select");
65
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.Select");
66
66
  await handleCookiesConsent();
67
67
  });
68
68
 
@@ -85,7 +85,7 @@ describe("userInteraction - clickSelectArrow and catch an error", function () {
85
85
 
86
86
  describe("userInteraction - clickSelectArrowAndRetry with index > 0", function () {
87
87
  it("Preparation", async function () {
88
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.SelectValueState");
88
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.SelectValueState");
89
89
  await util.browser.refresh();
90
90
  await handleCookiesConsent();
91
91
  });
@@ -2,7 +2,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
2
2
 
3
3
  describe("userInteraction - clickTab - simple tab", function () {
4
4
  it("Preparation", async function () {
5
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/api/sap.m.IconTabBar");
5
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/api/sap.m.IconTabBar");
6
6
  await handleCookiesConsent();
7
7
  });
8
8
 
@@ -33,7 +33,7 @@ describe("userInteraction - clickTab - simple tab", function () {
33
33
 
34
34
  describe("userInteraction - clickTab - multiple select values", function () {
35
35
  it("Preparation", async function () {
36
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/api/sap.m.IconTabBar");
36
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/api/sap.m.IconTabBar");
37
37
  await util.browser.refresh();
38
38
  await handleCookiesConsent();
39
39
  });
@@ -68,7 +68,7 @@ describe("userInteraction - clickTab - multiple select values", function () {
68
68
 
69
69
  describe("userInteraction - clickTab - non tab element", function () {
70
70
  it("Preparation", async function () {
71
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/api/sap.m.IconTabBar");
71
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/api/sap.m.IconTabBar");
72
72
  await util.browser.refresh();
73
73
  await handleCookiesConsent();
74
74
  });
@@ -3,7 +3,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
3
3
  describe("userInteraction - doubleClick", function () {
4
4
 
5
5
  it("Preparation", async function () {
6
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/");
6
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/");
7
7
  await handleCookiesConsent();
8
8
  });
9
9
 
@@ -19,14 +19,14 @@ describe("userInteraction - doubleClick", function () {
19
19
  });
20
20
 
21
21
  it("Verification", async function () {
22
- await common.assertion.expectUrlToBe("https://sapui5.hana.ondemand.com/1.99.0/#/api");
22
+ await common.assertion.expectUrlToBe("https://sapui5.hana.ondemand.com/1.96.27/#/api");
23
23
  });
24
24
  });
25
25
 
26
26
  describe("userInteraction - doubleClick on not displayed element", function () {
27
27
 
28
28
  it("Preparation", async function () {
29
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/");
29
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/");
30
30
  await handleCookiesConsent();
31
31
  });
32
32
 
@@ -48,7 +48,7 @@ describe("userInteraction - doubleClick on not displayed element", function () {
48
48
  describe("userInteraction - doubleClick on invisible element", function () {
49
49
 
50
50
  it("Preparation", async function () {
51
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/category/AC/product/HT-2000");
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#/category/AC/product/HT-2000");
52
52
  await handleCookiesConsent();
53
53
  });
54
54
 
@@ -19,7 +19,7 @@ describe("userInteraction - dragAndDrop", function () {
19
19
  };
20
20
 
21
21
  it("Preparation", async function () {
22
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/sdk/#/entity/sap.f.GridList/sample/sap.f.sample.GridListDragAndDrop");
22
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/sdk/#/entity/sap.f.GridList/sample/sap.f.sample.GridListDragAndDrop");
23
23
  await handleCookiesConsent();
24
24
  });
25
25
 
@@ -6,7 +6,7 @@ describe("userInteraction - fill", function () {
6
6
  let actualValue;
7
7
 
8
8
  it("Preparation", async function () {
9
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
9
+ 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");
10
10
  await handleCookiesConsent();
11
11
  });
12
12
 
@@ -36,7 +36,7 @@ describe("userInteraction - fill element with invalid selector", function () {
36
36
  let value;
37
37
 
38
38
  it("Preparation", async function () {
39
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
39
+ 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");
40
40
  await handleCookiesConsent();
41
41
  });
42
42
 
@@ -62,7 +62,7 @@ describe("userInteraction - fill element with number", function () {
62
62
  let actualValue;
63
63
 
64
64
  it("Preparation", async function () {
65
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
65
+ 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");
66
66
  await handleCookiesConsent();
67
67
  });
68
68
 
@@ -88,7 +88,7 @@ describe("userInteraction - fill element with number", function () {
88
88
 
89
89
  describe("userInteraction - fill element with empty value", function () {
90
90
  it("Preparation", async function () {
91
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
91
+ 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");
92
92
  await handleCookiesConsent();
93
93
  });
94
94
 
@@ -5,7 +5,7 @@ describe("userInteraction - fill and retry", function () {
5
5
  let actualValue;
6
6
 
7
7
  it("Preparation", async function () {
8
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
8
+ 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");
9
9
  await handleCookiesConsent();
10
10
  });
11
11
 
@@ -35,7 +35,7 @@ describe("userInteraction - fillAndRetry element with invalid selector", functio
35
35
  let value;
36
36
 
37
37
  it("Preparation", async function () {
38
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
38
+ 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");
39
39
  await handleCookiesConsent();
40
40
  });
41
41
 
@@ -62,7 +62,7 @@ describe("userInteraction - fillAndRetry element with number", function () {
62
62
  let actualValue;
63
63
 
64
64
  it("Preparation", async function () {
65
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
65
+ 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");
66
66
  await handleCookiesConsent();
67
67
  });
68
68
 
@@ -92,7 +92,7 @@ describe("userInteraction - fillAndRetry element with empty value", function ()
92
92
  let actualValue;
93
93
 
94
94
  it("Preparation", async function () {
95
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
95
+ 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");
96
96
  await handleCookiesConsent();
97
97
  });
98
98
 
@@ -3,7 +3,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
3
3
 
4
4
  describe("userInteraction - mouseOverElement", function () {
5
5
  it("Preparation", async function () {
6
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Button/sample/sap.m.sample.Button");
6
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Button/sample/sap.m.sample.Button");
7
7
  await handleCookiesConsent();
8
8
  });
9
9
 
@@ -30,7 +30,7 @@ describe("userInteraction - mouseOverElement", function () {
30
30
 
31
31
  describe("userInteraction - mouseOverElement - wrong selector", function () {
32
32
  it("Preparation", async function () {
33
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Button/sample/sap.m.sample.Button");
33
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Button/sample/sap.m.sample.Button");
34
34
  await handleCookiesConsent();
35
35
  });
36
36
 
@@ -22,7 +22,7 @@ const timeout = 30000;
22
22
  describe("userInteraction - openF4Help - use valuehelp icon button", function () {
23
23
 
24
24
  it("Preparation", async function () {
25
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputAssisted");
25
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputAssisted");
26
26
  await handleCookiesConsent();
27
27
  });
28
28
 
@@ -40,7 +40,7 @@ describe("userInteraction - openF4Help - use valuehelp icon button", function ()
40
40
  describe("userInteraction - openF4Help - use F4 Key press", function () {
41
41
 
42
42
  it("Preparation", async function () {
43
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputAssisted");
43
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputAssisted");
44
44
  await handleCookiesConsent();
45
45
  });
46
46
 
@@ -3,7 +3,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
3
3
  describe("userInteraction - rightClick", function () {
4
4
 
5
5
  it("Preparation", async function () {
6
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/");
6
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/");
7
7
  await handleCookiesConsent();
8
8
  });
9
9
 
@@ -19,7 +19,7 @@ describe("userInteraction - rightClick", function () {
19
19
  });
20
20
 
21
21
  it("Verification", async function () {
22
- await common.assertion.expectUrlToBe("https://sapui5.hana.ondemand.com/1.99.0/");
22
+ await common.assertion.expectUrlToBe("https://sapui5.hana.ondemand.com/1.96.27/");
23
23
  await common.userInteraction.pressEscape();
24
24
  });
25
25
  });
@@ -27,7 +27,7 @@ describe("userInteraction - rightClick", function () {
27
27
  describe("userInteraction - rightClick on not displayed element", function () {
28
28
 
29
29
  it("Preparation", async function () {
30
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/");
30
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/");
31
31
  await handleCookiesConsent();
32
32
  });
33
33
 
@@ -50,7 +50,7 @@ describe("userInteraction - rightClick on not displayed element", function () {
50
50
  describe("userInteraction - rightClick on invisible element", function () {
51
51
 
52
52
  it("Preparation", async function () {
53
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3?sap-ui-theme=sap_fiori_3#/category/AC/product/HT-6111");
53
+ 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?sap-ui-theme=sap_fiori_3#/category/AC/product/HT-6111");
54
54
  await handleCookiesConsent();
55
55
  });
56
56
 
@@ -6,7 +6,7 @@ const {
6
6
  describe("element - scrollToElement - default, no args", function () {
7
7
 
8
8
  it("Preparation", async function () {
9
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
9
+ 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");
10
10
  });
11
11
 
12
12
  it("Execution & Verification", async function () {
@@ -30,7 +30,7 @@ describe("element - scrollToElement - default, no args", function () {
30
30
  describe("element - scrollToElement - with custom alignment options ", function () {
31
31
 
32
32
  it("Preparation", async function () {
33
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
33
+ 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");
34
34
  });
35
35
 
36
36
  it("Execution & Verification", async function () {
@@ -53,7 +53,7 @@ describe("element - scrollToElement - with custom alignment options ", function
53
53
 
54
54
  describe("element - scrollToElement outside of viewpoint", function () {
55
55
  it("Preparation", async function () {
56
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
56
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
57
57
  await handleCookiesConsent();
58
58
  });
59
59
 
@@ -91,7 +91,7 @@ describe("element - scrollToElement outside of viewpoint", function () {
91
91
  describe("element - scrollToElement and catch error", function () {
92
92
 
93
93
  it("Preparation", async function () {
94
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
94
+ 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");
95
95
  });
96
96
 
97
97
  it("Execution & Verification", async function () {
@@ -5,7 +5,7 @@ const {
5
5
  describe("userInteraction - searchFor - use button", function () {
6
6
 
7
7
  it("Preparation", async function () {
8
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.SearchField/sample/sap.m.sample.SearchField");
8
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.SearchField/sample/sap.m.sample.SearchField");
9
9
  await handleCookiesConsent();
10
10
  });
11
11
 
@@ -47,7 +47,7 @@ describe("userInteraction - searchFor - use button", function () {
47
47
  describe("userInteraction - searchFor - use Enter", function () {
48
48
 
49
49
  it("Preparation", async function () {
50
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.SearchField/sample/sap.m.sample.SearchField");
50
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.SearchField/sample/sap.m.sample.SearchField");
51
51
  await handleCookiesConsent();
52
52
  });
53
53
 
@@ -89,7 +89,7 @@ describe("userInteraction - searchFor - use Enter", function () {
89
89
  describe("userInteraction - searchFor - use Enter and wrong selector", function () {
90
90
 
91
91
  it("Preparation", async function () {
92
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.SearchField/sample/sap.m.sample.SearchField");
92
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.SearchField/sample/sap.m.sample.SearchField");
93
93
  await handleCookiesConsent();
94
94
  });
95
95
 
@@ -116,7 +116,7 @@ describe("userInteraction - searchFor - use Enter and wrong selector", function
116
116
  describe("userInteraction - resetSearch", function () {
117
117
 
118
118
  it("Preparation", async function () {
119
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.SearchField/sample/sap.m.sample.SearchField");
119
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.SearchField/sample/sap.m.sample.SearchField");
120
120
  await handleCookiesConsent();
121
121
  });
122
122
 
@@ -10,7 +10,7 @@ describe("userInteraction - selectBox", function () {
10
10
  let index;
11
11
 
12
12
  it("Preparation", async function () {
13
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.Select");
13
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.Select");
14
14
  await handleCookiesConsent();
15
15
  });
16
16
 
@@ -43,7 +43,7 @@ describe("userInteraction - selectComboBox use wrong selector", function () {
43
43
  let index;
44
44
 
45
45
  it("Preparation", async function () {
46
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.Select");
46
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.Select");
47
47
  await handleCookiesConsent();
48
48
  });
49
49
 
@@ -71,7 +71,7 @@ describe("userInteraction - selectComboBox use wrong value", function () {
71
71
  let index;
72
72
 
73
73
  it("Preparation", async function () {
74
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.Select");
74
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.Select");
75
75
  await handleCookiesConsent();
76
76
  });
77
77
 
@@ -100,7 +100,7 @@ describe("userInteraction - use 3rd selectBox on page", function () {
100
100
  let index;
101
101
 
102
102
  it("Preparation", async function () {
103
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.SelectValueState");
103
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.SelectValueState");
104
104
  await handleCookiesConsent();
105
105
  await util.browser.refresh();
106
106
  });
@@ -9,7 +9,7 @@ describe("userInteraction - selectComboBox", function () {
9
9
  let expectedValue;
10
10
 
11
11
  it("Preparation", async function () {
12
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBox");
12
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBox");
13
13
  await handleCookiesConsent();
14
14
  });
15
15
 
@@ -36,7 +36,7 @@ describe("userInteraction - selectComboBox use wrong selector", function () {
36
36
  let value;
37
37
 
38
38
  it("Preparation", async function () {
39
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBox");
39
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBox");
40
40
  await handleCookiesConsent();
41
41
  });
42
42
 
@@ -59,7 +59,7 @@ describe("userInteraction - selectComboBox use wrong value", function () {
59
59
  let selector;
60
60
 
61
61
  it("Preparation", async function () {
62
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBox");
62
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBox");
63
63
  await handleCookiesConsent();
64
64
  });
65
65
 
@@ -85,7 +85,7 @@ describe("userInteraction - selectComboBox with index > 0", function () {
85
85
  const secondIndex = 3;
86
86
 
87
87
  it("Preparation", async function () {
88
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBoxValueState");
88
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBoxValueState");
89
89
  await util.browser.refresh();
90
90
  await handleCookiesConsent();
91
91
  });
@@ -2,7 +2,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
2
2
 
3
3
  describe("userInteraction - selectFromTab", function () {
4
4
  it("Preparation", async function () {
5
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/api/sap.m.IconTabBar");
5
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/api/sap.m.IconTabBar");
6
6
  await handleCookiesConsent();
7
7
  });
8
8
 
@@ -10,7 +10,7 @@ describe("userInteraction - selectMultiComboBox", function () {
10
10
  let expectedValue;
11
11
 
12
12
  it("Preparation", async function () {
13
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
13
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
14
14
  await handleCookiesConsent();
15
15
  });
16
16
 
@@ -35,7 +35,7 @@ describe("userInteraction - selectMultiComboBox", function () {
35
35
  describe("userInteraction - selectMultiComboBox (outside of a Viewport)", function () {
36
36
 
37
37
  it("Preparation", async function () {
38
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
38
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
39
39
  await handleCookiesConsent();
40
40
  });
41
41
 
@@ -70,7 +70,7 @@ describe("userInteraction - selectMultiComboBox use wrong selector", function ()
70
70
  let value2;
71
71
 
72
72
  it("Preparation", async function () {
73
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
73
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
74
74
  await handleCookiesConsent();
75
75
  });
76
76
 
@@ -95,7 +95,7 @@ describe("userInteraction - selectMultiComboBox use wrong value", function () {
95
95
  let value2;
96
96
 
97
97
  it("Preparation", async function () {
98
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
98
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
99
99
  await handleCookiesConsent();
100
100
  });
101
101
 
@@ -123,7 +123,7 @@ describe("userInteraction - selectMultiComboBox with index > 0", function () {
123
123
  const secondIndex = 3;
124
124
 
125
125
  it("Preparation", async function () {
126
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBoxSuggestionsAndValueState");
126
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBoxSuggestionsAndValueState");
127
127
  await util.browser.refresh();
128
128
  await handleCookiesConsent();
129
129
  });