@sap_oss/wdio-qmate-service 2.7.1 → 2.7.3

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 (204) hide show
  1. package/docs/sections/bestPractices/selectors.md +1 -1
  2. package/docs/sections/features/selectors.md +2 -2
  3. package/lib/index.js.map +1 -1
  4. package/lib/reuse/authenticator/authHandler.js.map +1 -1
  5. package/lib/reuse/authenticator/basicUrlAuthenticator.js.map +1 -1
  6. package/lib/reuse/authenticator/customAuthenticator.js.map +1 -1
  7. package/lib/reuse/authenticator/formAuthenticator.js.map +1 -1
  8. package/lib/reuse/authenticator/plainAuthenticator.js.map +1 -1
  9. package/lib/reuse/helper/clientsideUI5scripts.js.map +1 -1
  10. package/lib/reuse/helper/elementHighlight.js.map +1 -1
  11. package/lib/reuse/helper/elementResolving.js.map +1 -1
  12. package/lib/reuse/helper/errorHandler.js.map +1 -1
  13. package/lib/reuse/helper/inputValidation.js.map +1 -1
  14. package/lib/reuse/helper/jsDocGen.js.map +1 -1
  15. package/lib/reuse/helper/jsonDocGen.js.map +1 -1
  16. package/lib/reuse/modules/common/constants/date.constants.js +1 -1
  17. package/lib/reuse/modules/common/constants/date.constants.js.map +1 -1
  18. package/lib/reuse/modules/common/constants/userInteraction.constants.js +1 -1
  19. package/lib/reuse/modules/common/constants/userInteraction.constants.js.map +1 -1
  20. package/lib/reuse/modules/common/date.js.map +1 -1
  21. package/lib/reuse/modules/common/navigation.js.map +1 -1
  22. package/lib/reuse/modules/common/userInteraction.js.map +1 -1
  23. package/lib/reuse/modules/nonUi5/assertion.js.map +1 -1
  24. package/lib/reuse/modules/nonUi5/element.js.map +1 -1
  25. package/lib/reuse/modules/nonUi5/navigation.js.map +1 -1
  26. package/lib/reuse/modules/nonUi5/session.js.map +1 -1
  27. package/lib/reuse/modules/nonUi5/userInteraction.js.map +1 -1
  28. package/lib/reuse/modules/service/odata.d.ts +74 -48
  29. package/lib/reuse/modules/service/odata.js +167 -134
  30. package/lib/reuse/modules/service/odata.js.map +1 -1
  31. package/lib/reuse/modules/service/rest.js.map +1 -1
  32. package/lib/reuse/modules/ui5/assertion.js +9 -0
  33. package/lib/reuse/modules/ui5/assertion.js.map +1 -1
  34. package/lib/reuse/modules/ui5/constants/mockserver.constants.js +1 -1
  35. package/lib/reuse/modules/ui5/constants/mockserver.constants.js.map +1 -1
  36. package/lib/reuse/modules/ui5/control.js.map +1 -1
  37. package/lib/reuse/modules/ui5/date.d.ts +1 -1
  38. package/lib/reuse/modules/ui5/date.js +1 -1
  39. package/lib/reuse/modules/ui5/date.js.map +1 -1
  40. package/lib/reuse/modules/ui5/element.js.map +1 -1
  41. package/lib/reuse/modules/ui5/mockserver.js.map +1 -1
  42. package/lib/reuse/modules/ui5/navigation.js.map +1 -1
  43. package/lib/reuse/modules/ui5/navigationBar.js.map +1 -1
  44. package/lib/reuse/modules/ui5/qunit.js.map +1 -1
  45. package/lib/reuse/modules/ui5/session.js +1 -1
  46. package/lib/reuse/modules/ui5/session.js.map +1 -1
  47. package/lib/reuse/modules/ui5/table.js.map +1 -1
  48. package/lib/reuse/modules/ui5/userInteraction.js.map +1 -1
  49. package/lib/reuse/modules/util/browser.js.map +1 -1
  50. package/lib/reuse/modules/util/component.js.map +1 -1
  51. package/lib/reuse/modules/util/console.js.map +1 -1
  52. package/lib/reuse/modules/util/constants/formatter.constants.js +1 -1
  53. package/lib/reuse/modules/util/constants/formatter.constants.js.map +1 -1
  54. package/lib/reuse/modules/util/data.js.map +1 -1
  55. package/lib/reuse/modules/util/file.js.map +1 -1
  56. package/lib/reuse/modules/util/formatter.js.map +1 -1
  57. package/lib/reuse/modules/util/function.js.map +1 -1
  58. package/lib/reuse/modules/util/system.js.map +1 -1
  59. package/lib/reuse/runner/runner.js.map +1 -1
  60. package/lib/scripts/clientsideUI5scripts.js.map +1 -1
  61. package/lib/scripts/dataExchange/dataExchange.js.map +1 -1
  62. package/lib/scripts/dataExchange/dataExchangeUtil.js.map +1 -1
  63. package/lib/scripts/hooks/beforeSession.js.map +1 -1
  64. package/lib/scripts/hooks/onPrepare.js.map +1 -1
  65. package/lib/scripts/hooks/utils/addLocatorCommands.js.map +1 -1
  66. package/lib/scripts/hooks/utils/browserLog.js.map +1 -1
  67. package/lib/scripts/hooks/utils/cycle.js.map +1 -1
  68. package/lib/scripts/hooks/utils/dataExchangeCommands.js.map +1 -1
  69. package/lib/scripts/hooks/utils/decryption.js.map +1 -1
  70. package/lib/scripts/hooks/utils/lib.js.map +1 -1
  71. package/lib/scripts/hooks/utils/locatorCommands.js.map +1 -1
  72. package/lib/scripts/locators/qmateLocator.js.map +1 -1
  73. package/lib/scripts/locators/uiveri5Locator.js.map +1 -1
  74. package/package.json +13 -13
  75. package/test/core/functional/chaining/test.conf.js +1 -1
  76. package/test/core/functional/locators/ancestorProperties.test.js +3 -3
  77. package/test/core/functional/locators/childProperties.test.js +1 -1
  78. package/test/core/functional/locators/descendantProperties.test.js +2 -2
  79. package/test/core/functional/locators/parentProperties.test.js +1 -1
  80. package/test/core/functional/locators/test.locator.conf.js +1 -1
  81. package/test/core/functional/nativeBrowser/runInBrowser.test.js +1 -1
  82. package/test/core/functional/nativeBrowser/test.conf.js +1 -1
  83. package/test/core/functional/nonUi5/test.conf.js +1 -1
  84. package/test/core/functional/ui5Properties/getAggregations.test.js +3 -3
  85. package/test/core/functional/ui5Properties/getProperties.test.js +4 -4
  86. package/test/core/functional/ui5Properties/test.conf.js +1 -1
  87. package/test/core/functional/uiveri5/test.conf.js +1 -1
  88. package/test/core/testIntegration/config.js +1 -1
  89. package/test/core/testIntegration/configMultiCombo.js +1 -1
  90. package/test/core/testIntegration/configTable.js +1 -1
  91. package/test/reuse/common/assertion/test.assertion.conf.js +1 -1
  92. package/test/reuse/common/navigation/navigateToUrl.spec.js +1 -1
  93. package/test/reuse/common/navigation/navigateToUrlAndRetry.spec.js +1 -1
  94. package/test/reuse/common/userInteraction/clearAndFillActive.spec.js +3 -3
  95. package/test/reuse/common/userInteraction/clearAndFillActiveAndRetry.spec.js +3 -3
  96. package/test/reuse/common/userInteraction/fillActive.spec.js +6 -6
  97. package/test/reuse/common/userInteraction/fillActiveAndRetry.spec.js +4 -4
  98. package/test/reuse/common/userInteraction/pressKey.spec.js +1 -1
  99. package/test/reuse/nonUi5/assertion/expectToBeVisible.spec.js +1 -1
  100. package/test/reuse/nonUi5/assertion/expectValueToBe.spec.js +2 -2
  101. package/test/reuse/nonUi5/assertion/test.assertion.conf.js +1 -1
  102. package/test/reuse/nonUi5/assertion/test.assertion.sauceLabs.conf.js +1 -1
  103. package/test/reuse/nonUi5/element/getAttributeValue.spec.js +3 -3
  104. package/test/reuse/nonUi5/element/getByChild.spec.js +4 -4
  105. package/test/reuse/nonUi5/element/getByClass.spec.js +4 -4
  106. package/test/reuse/nonUi5/element/getByCss.spec.js +3 -3
  107. package/test/reuse/nonUi5/element/getByCssContainingText.spec.js +4 -4
  108. package/test/reuse/nonUi5/element/getById.spec.js +3 -3
  109. package/test/reuse/nonUi5/element/getByParent.spec.js +4 -4
  110. package/test/reuse/nonUi5/element/getByXPath.spec.js +2 -2
  111. package/test/reuse/nonUi5/element/getValue.spec.js +3 -3
  112. package/test/reuse/nonUi5/element/highlight.spec.js +1 -1
  113. package/test/reuse/nonUi5/element/isPresent.spec.js +3 -3
  114. package/test/reuse/nonUi5/element/isPresentByCss.spec.js +2 -2
  115. package/test/reuse/nonUi5/element/isPresentByXPath.spec.js +2 -2
  116. package/test/reuse/nonUi5/element/setInnerHTML.spec.js +1 -1
  117. package/test/reuse/nonUi5/element/test.element.conf.js +1 -1
  118. package/test/reuse/nonUi5/element/test.element.sauceLabs.conf.js +1 -1
  119. package/test/reuse/nonUi5/userInteraction/doubleClick.spec.js +1 -1
  120. package/test/reuse/nonUi5/userInteraction/moveCursorAndClick.spec.js +1 -1
  121. package/test/reuse/nonUi5/userInteraction/rightClick.spec.js +1 -1
  122. package/test/reuse/nonUi5/userInteraction/scrollToElement.spec.js +3 -3
  123. package/test/reuse/service/odata/get.spec.js +4 -10
  124. package/test/reuse/service/odata/getEntitySet.spec.js +2 -8
  125. package/test/reuse/ui5/assertion/expectMessageToastTextToBe.spec.js +2 -2
  126. package/test/reuse/ui5/assertion/expectToBeVisible.spec.js +1 -1
  127. package/test/reuse/ui5/assertion/expectToBeVisibleInViewport.spec.js +1 -1
  128. package/test/reuse/ui5/assertion/expectValidationError.spec.js +2 -2
  129. package/test/reuse/ui5/assertion/expectValidationSuccess.spec.js +2 -2
  130. package/test/reuse/ui5/assertion/expectValueToBeDefined.spec.js +1 -1
  131. package/test/reuse/ui5/assertion/test.assertion.conf.js +1 -1
  132. package/test/reuse/ui5/assertion/test.assertion.sauceLab.conf.js +1 -1
  133. package/test/reuse/ui5/confirmationDialog/clickButton.spec.js +2 -2
  134. package/test/reuse/ui5/confirmationDialog/clickNo.spec.js +2 -2
  135. package/test/reuse/ui5/confirmationDialog/clickOk.spec.js +1 -1
  136. package/test/reuse/ui5/confirmationDialog/clickYes.spec.js +1 -1
  137. package/test/reuse/ui5/confirmationDialog/test.confirmationDialog.conf.js +1 -1
  138. package/test/reuse/ui5/confirmationDialog/test.confirmationDialog.sauceLab.conf.js +1 -1
  139. package/test/reuse/ui5/control/focus.spec.js +4 -4
  140. package/test/reuse/ui5/control/getAggregationProperty.spec.js +2 -2
  141. package/test/reuse/ui5/control/getAssociationProperty.spec.js +2 -2
  142. package/test/reuse/ui5/control/test.control.conf.js +1 -1
  143. package/test/reuse/ui5/control/test.control.sauceLab.conf.js +1 -1
  144. package/test/reuse/ui5/date/fillRange.spec.js +2 -2
  145. package/test/reuse/ui5/date/pick.spec.js +4 -4
  146. package/test/reuse/ui5/date/pickRange.spec.js +4 -4
  147. package/test/reuse/ui5/element/getByChild.spec.js +3 -3
  148. package/test/reuse/ui5/element/getByParent.spec.js +3 -3
  149. package/test/reuse/ui5/element/getByText.spec.js +1 -1
  150. package/test/reuse/ui5/element/getPropertyValue.spec.js +1 -1
  151. package/test/reuse/ui5/element/test.element.conf.js +1 -1
  152. package/test/reuse/ui5/element/test.element.sauceLab.conf.js +1 -1
  153. package/test/reuse/ui5/element/waitForAll.spec.js +2 -2
  154. package/test/reuse/ui5/errorDialog/clickClose.spec.js +1 -1
  155. package/test/reuse/ui5/errorDialog/expectToBeVisible.spec.js +1 -1
  156. package/test/reuse/ui5/mockserver_qunit/test/flpSandboxMockServer.html +2 -2
  157. package/test/reuse/ui5/mockserver_qunit/test/flpSandboxMockServerAllData.html +2 -2
  158. package/test/reuse/ui5/mockserver_qunit/test/unit/unitTests.qunit.html +1 -1
  159. package/test/reuse/ui5/navigationBar/test.navigationBar.sauceLab.conf.js +1 -1
  160. package/test/reuse/ui5/session/logout.spec.js +1 -1
  161. package/test/reuse/ui5/table/clickSettingsButton.spec.js +2 -2
  162. package/test/reuse/ui5/table/sortColumnAscending.spec.js +3 -3
  163. package/test/reuse/ui5/table/sortColumnDescending.spec.js +3 -3
  164. package/test/reuse/ui5/userInteraction/check.spec.js +3 -3
  165. package/test/reuse/ui5/userInteraction/clear.spec.js +3 -3
  166. package/test/reuse/ui5/userInteraction/clearAndFill.spec.js +6 -6
  167. package/test/reuse/ui5/userInteraction/clearAndFillAndRetry.spec.js +5 -5
  168. package/test/reuse/ui5/userInteraction/clearAndFillSmartFieldInput.spec.js +2 -2
  169. package/test/reuse/ui5/userInteraction/clearAndFillSmartFieldInputAndRetry.spec.js +1 -1
  170. package/test/reuse/ui5/userInteraction/clearAndRetry.spec.js +2 -2
  171. package/test/reuse/ui5/userInteraction/click.spec.js +4 -4
  172. package/test/reuse/ui5/userInteraction/clickAndRetry.spec.js +3 -3
  173. package/test/reuse/ui5/userInteraction/clickSelectArrow.spec.js +2 -2
  174. package/test/reuse/ui5/userInteraction/clickSelectArrowAndRetry.spec.js +3 -3
  175. package/test/reuse/ui5/userInteraction/clickTab.spec.js +3 -3
  176. package/test/reuse/ui5/userInteraction/doubleClick.spec.js +4 -4
  177. package/test/reuse/ui5/userInteraction/dragAndDrop.spec.js +1 -1
  178. package/test/reuse/ui5/userInteraction/fill.spec.js +4 -4
  179. package/test/reuse/ui5/userInteraction/fillAndRetry.spec.js +4 -4
  180. package/test/reuse/ui5/userInteraction/mouseOverElement.spec.js +2 -2
  181. package/test/reuse/ui5/userInteraction/openF4Help.spec.js +2 -2
  182. package/test/reuse/ui5/userInteraction/rightClick.spec.js +4 -4
  183. package/test/reuse/ui5/userInteraction/scrollToElement.spec.js +4 -4
  184. package/test/reuse/ui5/userInteraction/searchFor.spec.js +4 -4
  185. package/test/reuse/ui5/userInteraction/selectBox.spec.js +4 -4
  186. package/test/reuse/ui5/userInteraction/selectCombobox.spec.js +4 -4
  187. package/test/reuse/ui5/userInteraction/selectFromTab.spec.js +1 -1
  188. package/test/reuse/ui5/userInteraction/selectMultiComboBox.spec.js +5 -5
  189. package/test/reuse/ui5/userInteraction/test.userInteraction.conf.js +1 -1
  190. package/test/reuse/ui5/userInteraction/test.userInteraction.sauceLab.conf.js +1 -1
  191. package/test/reuse/ui5/userInteraction/uncheck.spec.js +3 -3
  192. package/test/reuse/util/browser/back.spec.js +1 -1
  193. package/test/reuse/util/browser/forward.spec.js +1 -1
  194. package/test/reuse/util/browser/getBaseUrl.spec.js +1 -1
  195. package/test/reuse/util/browser/getBrowserName.spec.js +1 -1
  196. package/test/reuse/util/browser/getCurrentWindow.spec.js +2 -2
  197. package/test/reuse/util/browser/setBaseUrl.spec.js +2 -2
  198. package/test/reuse/util/browser/switchToWindow.spec.js +2 -2
  199. package/test/reuse/util/browser/test.browser.conf.js +1 -1
  200. package/test/reuse/util/file/test.file.conf.js +1 -1
  201. package/test/reuse/util/file/upload.spec.js +2 -2
  202. package/test/reuse/util/formatter/test.formatter.conf.js +1 -1
  203. package/test/reuse/util/system/test.system.conf.js +1 -1
  204. package/tsconfig.json +0 -1
@@ -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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
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, "expectDefined.spec.js"),
@@ -1,5 +1,5 @@
1
1
  describe("navigateToUrl", function () {
2
- const url = "https://sapui5.hana.ondemand.com/1.99.0/";
2
+ const url = "https://sapui5.hana.ondemand.com/1.96.27/";
3
3
 
4
4
  it("Execution", async function () {
5
5
  await common.navigation.navigateToUrl(url);
@@ -1,5 +1,5 @@
1
1
  describe("navigateToUrlAndRetry", function () {
2
- const url = "https://sapui5.hana.ondemand.com/1.99.0/";
2
+ const url = "https://sapui5.hana.ondemand.com/1.96.27/";
3
3
  const retries = 1;
4
4
  const interval = 500;
5
5
 
@@ -8,7 +8,7 @@ describe("userInteraction - clearAndFillActive", function () {
8
8
 
9
9
  it("Preparation", async function () {
10
10
  await browser.navigateTo(
11
- "https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview"
11
+ "https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview"
12
12
  );
13
13
  await handleCookiesConsent();
14
14
  });
@@ -49,7 +49,7 @@ describe("userInteraction - clearAndFillActive with invalid selector", function
49
49
  let value;
50
50
 
51
51
  it("Preparation", async function () {
52
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
52
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
53
53
  await util.browser.refresh();
54
54
  await handleCookiesConsent();
55
55
  });
@@ -71,7 +71,7 @@ describe("userInteraction - clearAndFillActive with wrong element", function ()
71
71
  let value;
72
72
 
73
73
  it("Preparation", async function () {
74
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MenuButton/sample/sap.m.sample.MenuButton");
74
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MenuButton/sample/sap.m.sample.MenuButton");
75
75
  await util.browser.refresh();
76
76
  await handleCookiesConsent();
77
77
  });
@@ -8,7 +8,7 @@ describe("userInteraction - clearAndFillActiveAndRetry", function () {
8
8
 
9
9
  it("Preparation", async function () {
10
10
  await browser.navigateTo(
11
- "https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview"
11
+ "https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview"
12
12
  );
13
13
  await util.browser.refresh();
14
14
  await handleCookiesConsent();
@@ -54,7 +54,7 @@ describe("userInteraction - clearAndFillActiveAndRetry with invalid selector", f
54
54
  let value;
55
55
 
56
56
  it("Preparation", async function () {
57
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
57
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
58
58
  await util.browser.refresh();
59
59
  await handleCookiesConsent();
60
60
  });
@@ -76,7 +76,7 @@ describe("userInteraction - clearAndFillActiveAndRetry with wrong element", func
76
76
  let value;
77
77
 
78
78
  it("Preparation", async function () {
79
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MenuButton/sample/sap.m.sample.MenuButton");
79
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MenuButton/sample/sap.m.sample.MenuButton");
80
80
  await util.browser.refresh();
81
81
  await handleCookiesConsent();
82
82
  });
@@ -11,7 +11,7 @@ describe("userInteraction - fillActive", function () {
11
11
  };
12
12
 
13
13
  it("Preparation", async function () {
14
- 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");
14
+ 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");
15
15
  await handleCookiesConsent();
16
16
  });
17
17
 
@@ -31,7 +31,7 @@ describe("userInteraction - fillActive", function () {
31
31
 
32
32
  describe("userInteraction - fillActive - element with invalid selector", function () {
33
33
  it("Preparation", async function () {
34
- 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");
34
+ 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");
35
35
  await handleCookiesConsent();
36
36
  });
37
37
 
@@ -51,7 +51,7 @@ describe("userInteraction - fillActive - element with number", function () {
51
51
  let actualValue;
52
52
 
53
53
  it("Preparation", async function () {
54
- 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");
54
+ 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");
55
55
  await handleCookiesConsent();
56
56
  });
57
57
 
@@ -80,7 +80,7 @@ describe("userInteraction - fillActive - element with empty value", function ()
80
80
  let value;
81
81
 
82
82
  it("Preparation", async function () {
83
- 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");
83
+ 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");
84
84
  await handleCookiesConsent();
85
85
  });
86
86
 
@@ -106,7 +106,7 @@ describe("userInteraction - fillActive - input", function () {
106
106
  let actualValue;
107
107
 
108
108
  it("Preparation", async function () {
109
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputAssisted");
109
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputAssisted");
110
110
  await util.browser.refresh();
111
111
  await handleCookiesConsent();
112
112
  });
@@ -137,7 +137,7 @@ describe("userInteraction - fillActive - textarea", function () {
137
137
  let actualValue;
138
138
 
139
139
  it("Preparation", async function () {
140
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.TextArea/sample/sap.m.sample.TextArea");
140
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.TextArea/sample/sap.m.sample.TextArea");
141
141
  await util.browser.refresh();
142
142
  await handleCookiesConsent();
143
143
  });
@@ -5,7 +5,7 @@ describe("userInteraction - fillActiveAndRetry", 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 - fillActiveAndRetry", function () {
35
35
 
36
36
  describe("userInteraction - fillActiveAndRetry - invalid selector", function () {
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
 
@@ -56,7 +56,7 @@ describe("userInteraction - fillActiveAndRetry - element with number", function
56
56
  let actualValue;
57
57
 
58
58
  it("Preparation", async function () {
59
- 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");
59
+ 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");
60
60
  await handleCookiesConsent();
61
61
  });
62
62
 
@@ -87,7 +87,7 @@ describe("userInteraction - fillActiveAndRetry - empty value", function () {
87
87
  let value;
88
88
 
89
89
  it("Preparation", async function () {
90
- 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");
90
+ 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");
91
91
  await handleCookiesConsent();
92
92
  });
93
93
 
@@ -87,7 +87,7 @@ describe("userInteraction - pressEscape", function () {
87
87
  describe("userInteraction - selectAll", function () {
88
88
 
89
89
  it("Preparation", async function () {
90
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputValueState");
90
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputValueState");
91
91
  await handleCookiesConsent();
92
92
  });
93
93
 
@@ -19,7 +19,7 @@ describe("assertion - expectToBeVisible", function () {
19
19
 
20
20
  describe("assertion - expectToBeVisible - element out of viewport", function () {
21
21
  it("Preparation", async function () {
22
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
22
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
23
23
  await handleCookiesConsent();
24
24
  });
25
25
 
@@ -3,7 +3,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
3
3
 
4
4
  describe("assertion - expectValueToBe", function () {
5
5
  it("Preparation", async function () {
6
- 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#/categories");
6
+ 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");
7
7
  await handleCookiesConsent();
8
8
  });
9
9
 
@@ -15,7 +15,7 @@ describe("assertion - expectValueToBe", function () {
15
15
 
16
16
  describe("assertion - expectValueToBe - error case", function () {
17
17
  it("Preparation", async function () {
18
- 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#/categories");
18
+ 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");
19
19
  });
20
20
 
21
21
  it("Execution & Verification", async function () {
@@ -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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
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, "expectToBeVisible.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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
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, "expectToBeVisible.spec.js"),
@@ -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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/#/entity/sap.m.Tree/sample/sap.m.sample.TreeExpandMulti");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/");
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.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
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.99.0/");
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.99.0/");
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.99.0/");
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.99.0/");
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.99.0/");
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.99.0/");
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.99.0/");
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.99.0/");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories"
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.99.0/#/entity/sap.m.Tree/sample/sap.m.sample.TreeExpandMulti");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories"
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories"
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
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.99.0/");
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.99.0/");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
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.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
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"),