@sap_oss/wdio-qmate-service 2.7.1 → 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 (129) 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/package.json +2 -2
  4. package/test/core/functional/chaining/test.conf.js +1 -1
  5. package/test/core/functional/locators/ancestorProperties.test.js +3 -3
  6. package/test/core/functional/locators/childProperties.test.js +1 -1
  7. package/test/core/functional/locators/descendantProperties.test.js +2 -2
  8. package/test/core/functional/locators/parentProperties.test.js +1 -1
  9. package/test/core/functional/locators/test.locator.conf.js +1 -1
  10. package/test/core/functional/nativeBrowser/runInBrowser.test.js +1 -1
  11. package/test/core/functional/nativeBrowser/test.conf.js +1 -1
  12. package/test/core/functional/nonUi5/test.conf.js +1 -1
  13. package/test/core/functional/ui5Properties/getAggregations.test.js +3 -3
  14. package/test/core/functional/ui5Properties/getProperties.test.js +4 -4
  15. package/test/core/functional/ui5Properties/test.conf.js +1 -1
  16. package/test/core/functional/uiveri5/test.conf.js +1 -1
  17. package/test/core/testIntegration/config.js +1 -1
  18. package/test/core/testIntegration/configMultiCombo.js +1 -1
  19. package/test/core/testIntegration/configTable.js +1 -1
  20. package/test/reuse/common/assertion/test.assertion.conf.js +1 -1
  21. package/test/reuse/common/navigation/navigateToUrl.spec.js +1 -1
  22. package/test/reuse/common/navigation/navigateToUrlAndRetry.spec.js +1 -1
  23. package/test/reuse/common/userInteraction/clearAndFillActive.spec.js +3 -3
  24. package/test/reuse/common/userInteraction/clearAndFillActiveAndRetry.spec.js +3 -3
  25. package/test/reuse/common/userInteraction/fillActive.spec.js +6 -6
  26. package/test/reuse/common/userInteraction/fillActiveAndRetry.spec.js +4 -4
  27. package/test/reuse/common/userInteraction/pressKey.spec.js +1 -1
  28. package/test/reuse/nonUi5/assertion/expectToBeVisible.spec.js +1 -1
  29. package/test/reuse/nonUi5/assertion/expectValueToBe.spec.js +2 -2
  30. package/test/reuse/nonUi5/assertion/test.assertion.conf.js +1 -1
  31. package/test/reuse/nonUi5/assertion/test.assertion.sauceLabs.conf.js +1 -1
  32. package/test/reuse/nonUi5/element/getAttributeValue.spec.js +3 -3
  33. package/test/reuse/nonUi5/element/getByChild.spec.js +4 -4
  34. package/test/reuse/nonUi5/element/getByClass.spec.js +4 -4
  35. package/test/reuse/nonUi5/element/getByCss.spec.js +3 -3
  36. package/test/reuse/nonUi5/element/getByCssContainingText.spec.js +4 -4
  37. package/test/reuse/nonUi5/element/getById.spec.js +3 -3
  38. package/test/reuse/nonUi5/element/getByParent.spec.js +4 -4
  39. package/test/reuse/nonUi5/element/getByXPath.spec.js +2 -2
  40. package/test/reuse/nonUi5/element/getValue.spec.js +3 -3
  41. package/test/reuse/nonUi5/element/highlight.spec.js +1 -1
  42. package/test/reuse/nonUi5/element/isPresent.spec.js +3 -3
  43. package/test/reuse/nonUi5/element/isPresentByCss.spec.js +2 -2
  44. package/test/reuse/nonUi5/element/isPresentByXPath.spec.js +2 -2
  45. package/test/reuse/nonUi5/element/setInnerHTML.spec.js +1 -1
  46. package/test/reuse/nonUi5/element/test.element.conf.js +1 -1
  47. package/test/reuse/nonUi5/element/test.element.sauceLabs.conf.js +1 -1
  48. package/test/reuse/nonUi5/userInteraction/doubleClick.spec.js +1 -1
  49. package/test/reuse/nonUi5/userInteraction/moveCursorAndClick.spec.js +1 -1
  50. package/test/reuse/nonUi5/userInteraction/rightClick.spec.js +1 -1
  51. package/test/reuse/nonUi5/userInteraction/scrollToElement.spec.js +3 -3
  52. package/test/reuse/ui5/assertion/expectMessageToastTextToBe.spec.js +2 -2
  53. package/test/reuse/ui5/assertion/expectToBeVisible.spec.js +1 -1
  54. package/test/reuse/ui5/assertion/expectToBeVisibleInViewport.spec.js +1 -1
  55. package/test/reuse/ui5/assertion/expectValidationError.spec.js +2 -2
  56. package/test/reuse/ui5/assertion/expectValidationSuccess.spec.js +2 -2
  57. package/test/reuse/ui5/assertion/expectValueToBeDefined.spec.js +1 -1
  58. package/test/reuse/ui5/assertion/test.assertion.conf.js +1 -1
  59. package/test/reuse/ui5/assertion/test.assertion.sauceLab.conf.js +1 -1
  60. package/test/reuse/ui5/confirmationDialog/clickButton.spec.js +2 -2
  61. package/test/reuse/ui5/confirmationDialog/clickNo.spec.js +2 -2
  62. package/test/reuse/ui5/confirmationDialog/clickOk.spec.js +1 -1
  63. package/test/reuse/ui5/confirmationDialog/clickYes.spec.js +1 -1
  64. package/test/reuse/ui5/confirmationDialog/test.confirmationDialog.conf.js +1 -1
  65. package/test/reuse/ui5/confirmationDialog/test.confirmationDialog.sauceLab.conf.js +1 -1
  66. package/test/reuse/ui5/control/focus.spec.js +4 -4
  67. package/test/reuse/ui5/control/getAggregationProperty.spec.js +2 -2
  68. package/test/reuse/ui5/control/getAssociationProperty.spec.js +2 -2
  69. package/test/reuse/ui5/control/test.control.conf.js +1 -1
  70. package/test/reuse/ui5/control/test.control.sauceLab.conf.js +1 -1
  71. package/test/reuse/ui5/date/fillRange.spec.js +2 -2
  72. package/test/reuse/ui5/date/pick.spec.js +4 -4
  73. package/test/reuse/ui5/date/pickRange.spec.js +4 -4
  74. package/test/reuse/ui5/element/getByChild.spec.js +3 -3
  75. package/test/reuse/ui5/element/getByParent.spec.js +3 -3
  76. package/test/reuse/ui5/element/getByText.spec.js +1 -1
  77. package/test/reuse/ui5/element/getPropertyValue.spec.js +1 -1
  78. package/test/reuse/ui5/element/test.element.conf.js +1 -1
  79. package/test/reuse/ui5/element/test.element.sauceLab.conf.js +1 -1
  80. package/test/reuse/ui5/element/waitForAll.spec.js +2 -2
  81. package/test/reuse/ui5/errorDialog/clickClose.spec.js +1 -1
  82. package/test/reuse/ui5/errorDialog/expectToBeVisible.spec.js +1 -1
  83. package/test/reuse/ui5/mockserver_qunit/test/flpSandboxMockServer.html +2 -2
  84. package/test/reuse/ui5/mockserver_qunit/test/flpSandboxMockServerAllData.html +2 -2
  85. package/test/reuse/ui5/mockserver_qunit/test/unit/unitTests.qunit.html +1 -1
  86. package/test/reuse/ui5/navigationBar/test.navigationBar.sauceLab.conf.js +1 -1
  87. package/test/reuse/ui5/session/logout.spec.js +1 -1
  88. package/test/reuse/ui5/table/clickSettingsButton.spec.js +2 -2
  89. package/test/reuse/ui5/table/sortColumnAscending.spec.js +3 -3
  90. package/test/reuse/ui5/table/sortColumnDescending.spec.js +3 -3
  91. package/test/reuse/ui5/userInteraction/check.spec.js +3 -3
  92. package/test/reuse/ui5/userInteraction/clear.spec.js +3 -3
  93. package/test/reuse/ui5/userInteraction/clearAndFill.spec.js +6 -6
  94. package/test/reuse/ui5/userInteraction/clearAndFillAndRetry.spec.js +5 -5
  95. package/test/reuse/ui5/userInteraction/clearAndFillSmartFieldInput.spec.js +2 -2
  96. package/test/reuse/ui5/userInteraction/clearAndFillSmartFieldInputAndRetry.spec.js +1 -1
  97. package/test/reuse/ui5/userInteraction/clearAndRetry.spec.js +2 -2
  98. package/test/reuse/ui5/userInteraction/click.spec.js +4 -4
  99. package/test/reuse/ui5/userInteraction/clickAndRetry.spec.js +3 -3
  100. package/test/reuse/ui5/userInteraction/clickSelectArrow.spec.js +2 -2
  101. package/test/reuse/ui5/userInteraction/clickSelectArrowAndRetry.spec.js +3 -3
  102. package/test/reuse/ui5/userInteraction/clickTab.spec.js +3 -3
  103. package/test/reuse/ui5/userInteraction/doubleClick.spec.js +4 -4
  104. package/test/reuse/ui5/userInteraction/dragAndDrop.spec.js +1 -1
  105. package/test/reuse/ui5/userInteraction/fill.spec.js +4 -4
  106. package/test/reuse/ui5/userInteraction/fillAndRetry.spec.js +4 -4
  107. package/test/reuse/ui5/userInteraction/mouseOverElement.spec.js +2 -2
  108. package/test/reuse/ui5/userInteraction/openF4Help.spec.js +2 -2
  109. package/test/reuse/ui5/userInteraction/rightClick.spec.js +4 -4
  110. package/test/reuse/ui5/userInteraction/scrollToElement.spec.js +4 -4
  111. package/test/reuse/ui5/userInteraction/searchFor.spec.js +4 -4
  112. package/test/reuse/ui5/userInteraction/selectBox.spec.js +4 -4
  113. package/test/reuse/ui5/userInteraction/selectCombobox.spec.js +4 -4
  114. package/test/reuse/ui5/userInteraction/selectFromTab.spec.js +1 -1
  115. package/test/reuse/ui5/userInteraction/selectMultiComboBox.spec.js +5 -5
  116. package/test/reuse/ui5/userInteraction/test.userInteraction.conf.js +1 -1
  117. package/test/reuse/ui5/userInteraction/test.userInteraction.sauceLab.conf.js +1 -1
  118. package/test/reuse/ui5/userInteraction/uncheck.spec.js +3 -3
  119. package/test/reuse/util/browser/back.spec.js +1 -1
  120. package/test/reuse/util/browser/forward.spec.js +1 -1
  121. package/test/reuse/util/browser/getBaseUrl.spec.js +1 -1
  122. package/test/reuse/util/browser/getCurrentWindow.spec.js +2 -2
  123. package/test/reuse/util/browser/setBaseUrl.spec.js +2 -2
  124. package/test/reuse/util/browser/switchToWindow.spec.js +2 -2
  125. package/test/reuse/util/browser/test.browser.conf.js +1 -1
  126. package/test/reuse/util/file/test.file.conf.js +1 -1
  127. package/test/reuse/util/file/upload.spec.js +2 -2
  128. package/test/reuse/util/formatter/test.formatter.conf.js +1 -1
  129. package/test/reuse/util/system/test.system.conf.js +1 -1
@@ -38,7 +38,7 @@ describe("getAggregationProperty - columns of table", async () => {
38
38
  let val;
39
39
  const expectedColumns = ["Product", "Supplier", "Dimensions", "Weight", "Price"];
40
40
  it("Preparation", async () => {
41
- const url = "https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Table/sample/sap.m.sample.Table";
41
+ const url = "https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Table/sample/sap.m.sample.Table";
42
42
  await common.navigation.navigateToUrl(url);
43
43
  await handleCookiesConsent();
44
44
  });
@@ -63,7 +63,7 @@ describe("getAggregationProperty - items in list", async () => {
63
63
  let val;
64
64
  const expectedItems = ["ITelO Vault", "Notebook Basic 15", "Notebook Basic 17", "Notebook Basic 18", "Notebook Basic 19"];
65
65
  it("Preparation", async () => {
66
- const url = "https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Select/sample/sap.m.sample.Select";
66
+ const url = "https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Select/sample/sap.m.sample.Select";
67
67
  await common.navigation.navigateToUrl(url);
68
68
  await handleCookiesConsent();
69
69
  });
@@ -4,7 +4,7 @@ const { handleCookiesConsent } = require("../../../helper/utils");
4
4
  describe("getAssociationProperty - 'ariaDescribedBy' of Button", function () {
5
5
  let val;
6
6
  it("Preparation", async () => {
7
- const url = "https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Button/sample/sap.m.sample.Button";
7
+ const url = "https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Button/sample/sap.m.sample.Button";
8
8
  await common.navigation.navigateToUrl(url);
9
9
  await handleCookiesConsent();
10
10
  });
@@ -32,7 +32,7 @@ describe("getAssociationProperty - 'ariaDescribedBy' of Button", function () {
32
32
  describe("getAssociationProperty - 'selectedItems' of MultiComboBox", function () {
33
33
  let selector, selectedItems;
34
34
  it("Preparation", async () => {
35
- const url = "https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox";
35
+ const url = "https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox";
36
36
  await common.navigation.navigateToUrl(url);
37
37
  await handleCookiesConsent();
38
38
  selector = {
@@ -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, "execute.spec.js"),
@@ -10,7 +10,7 @@ exports.config = merge(profile.config, {
10
10
  maxInstances: 2, // note: for the SAP account, only 2 parallel instances is a max value
11
11
 
12
12
  bail: 1,
13
- baseUrl: "https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
13
+ baseUrl: "https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
14
14
 
15
15
  specs: [
16
16
  path.resolve(__dirname, "execute.spec.js"),
@@ -16,7 +16,7 @@ const dataRangeSelector = {
16
16
  };
17
17
  describe("date - fillRange", function () {
18
18
  it("Preparation", async function () {
19
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.DateRangeSelection/sample/sap.m.sample.DateRangeSelectionValueState");
19
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.DateRangeSelection/sample/sap.m.sample.DateRangeSelectionValueState");
20
20
  await handleCookiesConsent();
21
21
  });
22
22
 
@@ -43,7 +43,7 @@ describe("date - fillRange", function () {
43
43
 
44
44
  describe("date - fillRange: no such field on a screen (unhappy case)", function () {
45
45
  it("Preparation", async function () {
46
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
46
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
47
47
  });
48
48
 
49
49
  it("Execution & Verification", async function () {
@@ -17,7 +17,7 @@ describe("date - pick - when datePicker has not assigned any date", function ()
17
17
  };
18
18
 
19
19
  it("Preparation", async function () {
20
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.DatePicker/sample/sap.m.sample.DatePicker");
20
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.DatePicker/sample/sap.m.sample.DatePicker");
21
21
  await handleCookiesConsent();
22
22
  });
23
23
 
@@ -55,7 +55,7 @@ describe("date - pick - when datePicker already has date assigned and we change
55
55
  };
56
56
 
57
57
  it("Preparation", async function () {
58
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.DatePicker/sample/sap.m.sample.DatePicker");
58
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.DatePicker/sample/sap.m.sample.DatePicker");
59
59
  await handleCookiesConsent();
60
60
  });
61
61
 
@@ -93,7 +93,7 @@ describe("date - pick - using selector for sap.ui.core.Icon", function () {
93
93
  };
94
94
 
95
95
  it("Preparation", async function () {
96
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.DatePicker/sample/sap.m.sample.DatePicker");
96
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.DatePicker/sample/sap.m.sample.DatePicker");
97
97
  await handleCookiesConsent();
98
98
  });
99
99
 
@@ -126,7 +126,7 @@ describe("date - pick without datePiker (unhappy case)", function () {
126
126
  };
127
127
 
128
128
  it("Preparation", async function () {
129
- 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#/categories");
129
+ 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#/categories");
130
130
  });
131
131
 
132
132
  it("Execution & Verification", async function () {
@@ -24,7 +24,7 @@ describe("date - pickRange - when DateRangeSelection do not have any value", fun
24
24
  };
25
25
 
26
26
  it("Preparation", async function () {
27
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.DateRangeSelection/sample/sap.m.sample.DateRangeSelectionValueState");
27
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.DateRangeSelection/sample/sap.m.sample.DateRangeSelectionValueState");
28
28
  await handleCookiesConsent();
29
29
  });
30
30
 
@@ -60,7 +60,7 @@ describe("date - pickRange - with index as 2", function () {
60
60
  };
61
61
 
62
62
  it("Preparation", async function () {
63
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.DateRangeSelection/sample/sap.m.sample.DateRangeSelectionValueState");
63
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.DateRangeSelection/sample/sap.m.sample.DateRangeSelectionValueState");
64
64
  await handleCookiesConsent();
65
65
  });
66
66
 
@@ -105,7 +105,7 @@ describe("date - pickRange - with icon as selector", function () {
105
105
  };
106
106
 
107
107
  it("Preparation", async function () {
108
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.DateRangeSelection/sample/sap.m.sample.DateRangeSelectionValueState");
108
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.DateRangeSelection/sample/sap.m.sample.DateRangeSelectionValueState");
109
109
  await handleCookiesConsent();
110
110
  });
111
111
 
@@ -133,7 +133,7 @@ describe("date - pickRange without datePiker (unhappy case)", function () {
133
133
  };
134
134
 
135
135
  it("Preparation", async function () {
136
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
136
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3#/categories");
137
137
  });
138
138
 
139
139
  it("Execution & Verification", async function () {
@@ -9,7 +9,7 @@ describe("element - getByChild - simple case", function () {
9
9
  let elem;
10
10
 
11
11
  it("Preparation", async function () {
12
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
12
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
13
13
  await handleCookiesConsent();
14
14
  });
15
15
 
@@ -48,7 +48,7 @@ describe("element - getByChild - with ignored nested selectors", function () {
48
48
  let elem;
49
49
 
50
50
  it("Preparation", async function () {
51
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
51
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
52
52
  await handleCookiesConsent();
53
53
  });
54
54
 
@@ -96,7 +96,7 @@ describe("element - getByChild - with inner nested selectors and index", functio
96
96
  let elem;
97
97
 
98
98
  it("Preparation", async function () {
99
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
99
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
100
100
  await handleCookiesConsent();
101
101
  });
102
102
 
@@ -9,7 +9,7 @@ describe("element - getByParent - simple case", function () {
9
9
  let elem;
10
10
 
11
11
  it("Preparation", async function () {
12
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
12
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
13
13
  await handleCookiesConsent();
14
14
  });
15
15
 
@@ -48,7 +48,7 @@ describe("element - getByParent - with ignored nested selectors", function () {
48
48
  let elem;
49
49
 
50
50
  it("Preparation", async function () {
51
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
51
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
52
52
  await handleCookiesConsent();
53
53
  });
54
54
 
@@ -95,7 +95,7 @@ describe("element - getByParent - with inner nested selectors and index", functi
95
95
  let elem;
96
96
 
97
97
  it("Preparation", async function () {
98
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
98
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
99
99
  await handleCookiesConsent();
100
100
  });
101
101
 
@@ -47,7 +47,7 @@ describe("element - getByText with index 1 (unhappy case)", function () {
47
47
  const value = "Gaming Monster";
48
48
 
49
49
  it("Preparation", async function () {
50
- 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/DC");
50
+ 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/DC");
51
51
  });
52
52
 
53
53
  it("Execution", async function () {
@@ -71,7 +71,7 @@ describe("element - getPropertyValue - wrong selector", function () {
71
71
 
72
72
  describe("element - getPropertyValue - boolean property", function () {
73
73
  it("Preparation", async function () {
74
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.CheckBox/sample/sap.m.sample.CheckBox");
74
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.CheckBox/sample/sap.m.sample.CheckBox");
75
75
  });
76
76
 
77
77
  it("Execution & Verification", async function () {
@@ -5,7 +5,7 @@ exports.config = merge(profile.config, {
5
5
  maxInstances: 6,
6
6
  specFileRetries: 2,
7
7
 
8
- baseUrl: "https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
8
+ baseUrl: "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
 
10
10
  specs: [
11
11
  path.resolve(__dirname, "getBindingValue.spec.js"),
@@ -11,7 +11,7 @@ exports.config = merge(profile.config, {
11
11
 
12
12
 
13
13
  bail: 1,
14
- baseUrl: "https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
14
+ baseUrl: "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
 
16
16
  specs: [
17
17
  path.resolve(__dirname, "getBindingValue.spec.js"),
@@ -12,7 +12,7 @@ describe("element - waitForAll", function () {
12
12
  }
13
13
  };
14
14
  it("Preparation", async function () {
15
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.tnt.NavigationList/sample/sap.tnt.sample.NavigationList");
15
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.tnt.NavigationList/sample/sap.tnt.sample.NavigationList");
16
16
  await handleCookiesConsent();
17
17
  });
18
18
 
@@ -35,7 +35,7 @@ describe("element - waitForAll - error case", function () {
35
35
  }
36
36
  };
37
37
  it("Preparation", async function () {
38
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.tnt.NavigationList/sample/sap.tnt.sample.NavigationList");
38
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.tnt.NavigationList/sample/sap.tnt.sample.NavigationList");
39
39
  await handleCookiesConsent();
40
40
  });
41
41
 
@@ -6,7 +6,7 @@ const {
6
6
  describe("errorDialog - clickClose", function () {
7
7
 
8
8
  it("Preparation", async function () {
9
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Dialog/sample/sap.m.sample.Dialog");
9
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Dialog/sample/sap.m.sample.Dialog");
10
10
  await handleCookiesConsent();
11
11
  });
12
12
 
@@ -6,7 +6,7 @@ const {
6
6
  describe("errorDialog - expectToBeVisible", function () {
7
7
 
8
8
  it("Preparation", async function () {
9
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Dialog/sample/sap.m.sample.DialogMessage");
9
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Dialog/sample/sap.m.sample.DialogMessage");
10
10
  await handleCookiesConsent();
11
11
  });
12
12
 
@@ -30,13 +30,13 @@
30
30
  };
31
31
  </script>
32
32
  <!-- Change to path of ui5 bootstrap link to be able to execute locally -->
33
- <script src="https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/ushell/bootstrap/sandbox.js" id="sap-ushell-bootstrap"></script>
33
+ <script src="https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/ushell/bootstrap/sandbox.js" id="sap-ushell-bootstrap"></script>
34
34
 
35
35
  <!-- Bootstrap the UI5 core library -->
36
36
  <!-- Change to path of ui5 bootstrap link to be able to execute locally -->
37
37
  <!-- Dont forget to add sap.ushell in data-sap-ui-libs-->
38
38
  <script id="sap-ui-bootstrap"
39
- src="https://sapui5.hana.ondemand.com/1.99.0/resources/sap-ui-core.js"
39
+ src="https://sapui5.hana.ondemand.com/1.96.27/resources/sap-ui-core.js"
40
40
  data-sap-ui-libs="sap.m, sap.ushell,sap.ui.fl"
41
41
  data-sap-ui-theme="sap_bluecrystal"
42
42
  data-sap-ui-compatVersion="edge"
@@ -30,13 +30,13 @@
30
30
  };
31
31
  </script>
32
32
  <!-- Change to path of ui5 bootstrap link to be able to execute locally -->
33
- <script src="https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/ushell/bootstrap/sandbox.js" id="sap-ushell-bootstrap"></script>
33
+ <script src="https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/ushell/bootstrap/sandbox.js" id="sap-ushell-bootstrap"></script>
34
34
 
35
35
  <!-- Bootstrap the UI5 core library -->
36
36
  <!-- Change to path of ui5 bootstrap link to be able to execute locally -->
37
37
  <!-- Dont forget to add sap.ushell in data-sap-ui-libs-->
38
38
  <script id="sap-ui-bootstrap"
39
- src="https://sapui5.hana.ondemand.com/1.99.0/resources/sap-ui-core.js"
39
+ src="https://sapui5.hana.ondemand.com/1.96.27/resources/sap-ui-core.js"
40
40
  data-sap-ui-libs="sap.m, sap.ushell,sap.ui.fl"
41
41
  data-sap-ui-theme="sap_bluecrystal"
42
42
  data-sap-ui-compatVersion="edge"
@@ -6,7 +6,7 @@
6
6
  <meta charset="UTF-8">
7
7
 
8
8
  <script id="sap-ui-bootstrap"
9
- src="https://sapui5.hana.ondemand.com/1.99.0/resources/sap-ui-core.js"
9
+ src="https://sapui5.hana.ondemand.com/1.96.27/resources/sap-ui-core.js"
10
10
  data-sap-ui-language="en"
11
11
  data-sap-ui-resourceroots='{
12
12
  "sap.ui.demo.nav": "../../",
@@ -11,7 +11,7 @@ exports.config = merge(profile.config, {
11
11
 
12
12
 
13
13
  bail: 1,
14
- baseUrl: "https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3",
14
+ baseUrl: "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
 
16
16
  specs: [
17
17
  path.resolve(__dirname, "clickBack.spec.js"),
@@ -38,7 +38,7 @@ describe("session - logout without inner verification", function () {
38
38
 
39
39
  describe("session - logout without login (unhappy case)", function () {
40
40
  it("Preparation", async function () {
41
- await common.navigation.navigateToUrlAndRetry("https://sapui5.hana.ondemand.com/1.99.0/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
41
+ await common.navigation.navigateToUrlAndRetry("https://sapui5.hana.ondemand.com/1.96.27/test-resources/sap/m/demokit/cart/webapp/index.html?sap-ui-theme=sap_fiori_3");
42
42
  });
43
43
 
44
44
  it("Execution & Verification", async function () {
@@ -6,7 +6,7 @@ const {
6
6
  describe("table - clickSettingsButton - smartTable", function () {
7
7
 
8
8
  it("Preparation", async function () {
9
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
9
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
10
10
  await handleCookiesConsent();
11
11
  });
12
12
 
@@ -36,7 +36,7 @@ describe("table - clickSettingsButton - smartTable with tableSelector", function
36
36
  };
37
37
 
38
38
  it("Preparation", async function () {
39
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
39
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
40
40
  await handleCookiesConsent();
41
41
  });
42
42
 
@@ -6,7 +6,7 @@ const {
6
6
  describe("table - sortColumnAscending - smartTable", function () {
7
7
 
8
8
  it("Preparation", async function () {
9
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
9
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
10
10
  await handleCookiesConsent();
11
11
  });
12
12
 
@@ -36,7 +36,7 @@ describe("table - sortColumnAscending - smartTable with tableSelector", function
36
36
  };
37
37
 
38
38
  it("Preparation", async function () {
39
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
39
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
40
40
  await handleCookiesConsent();
41
41
  });
42
42
 
@@ -61,7 +61,7 @@ describe("table - sortColumnAscending - smartTable with tableSelector", function
61
61
  describe("table - sortColumnAscending - smartTable with index (legacy)", function () {
62
62
 
63
63
  it("Preparation", async function () {
64
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
64
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
65
65
  await handleCookiesConsent();
66
66
  });
67
67
 
@@ -6,7 +6,7 @@ const {
6
6
  describe("table - sortColumnDescending - smartTable", function () {
7
7
 
8
8
  it("Preparation", async function () {
9
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
9
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
10
10
  await handleCookiesConsent();
11
11
  });
12
12
 
@@ -36,7 +36,7 @@ describe("table - sortColumnDescending - smartTable with tableSelector", functio
36
36
  };
37
37
 
38
38
  it("Preparation", async function () {
39
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
39
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
40
40
  await handleCookiesConsent();
41
41
  });
42
42
 
@@ -61,7 +61,7 @@ describe("table - sortColumnDescending - smartTable with tableSelector", functio
61
61
  describe("table - sortColumnDescending - smartTable with index (legacy)", function () {
62
62
 
63
63
  it("Preparation", async function () {
64
- await browser.url("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
64
+ await browser.url("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smarttable.SmartTable/sample/sap.ui.comp.sample.smarttable.mtable");
65
65
  await handleCookiesConsent();
66
66
  });
67
67
 
@@ -10,7 +10,7 @@ describe("userInteraction - check - checkbox (unchecked)", function () {
10
10
  };
11
11
 
12
12
  it("Preparation", async function () {
13
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.CheckBox/sample/sap.m.sample.CheckBox");
13
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.CheckBox/sample/sap.m.sample.CheckBox");
14
14
  await handleCookiesConsent();
15
15
  });
16
16
 
@@ -33,7 +33,7 @@ describe("userInteraction - check - checkbox (checked)", function () {
33
33
  };
34
34
 
35
35
  it("Preparation", async function () {
36
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.CheckBox/sample/sap.m.sample.CheckBox");
36
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.CheckBox/sample/sap.m.sample.CheckBox");
37
37
  await handleCookiesConsent();
38
38
  });
39
39
 
@@ -56,7 +56,7 @@ describe("userInteraction - check - checkbox (error)", function () {
56
56
  };
57
57
 
58
58
  it("Preparation", async function () {
59
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.CheckBox/sample/sap.m.sample.CheckBox");
59
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.CheckBox/sample/sap.m.sample.CheckBox");
60
60
  await handleCookiesConsent();
61
61
  });
62
62
 
@@ -12,7 +12,7 @@ describe("userInteraction - clear", function () {
12
12
  };
13
13
 
14
14
  it("Preparation", async function () {
15
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
15
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
16
16
  await handleCookiesConsent();
17
17
  });
18
18
 
@@ -30,7 +30,7 @@ describe("userInteraction - clear", function () {
30
30
  describe("userInteraction - clear with invalid selector", function () {
31
31
 
32
32
  it("Preparation", async function () {
33
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
33
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
34
34
  await handleCookiesConsent();
35
35
  });
36
36
 
@@ -57,7 +57,7 @@ describe("userInteraction - clear third input field", function () {
57
57
  let index = 2;
58
58
 
59
59
  it("Preparation", async function () {
60
- await browser.navigateTo("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
60
+ await browser.navigateTo("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputDescription");
61
61
  await handleCookiesConsent();
62
62
  });
63
63
 
@@ -12,7 +12,7 @@ describe("userInteraction - clearAndFill - Input", function () {
12
12
  const value = "ABC";
13
13
 
14
14
  it("Preparation", async function () {
15
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputValueState");
15
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputValueState");
16
16
  await handleCookiesConsent();
17
17
  });
18
18
 
@@ -41,7 +41,7 @@ describe("userInteraction - clearAndFill - SmartField", function () {
41
41
  const value = "50";
42
42
 
43
43
  it("Preparation", async function () {
44
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
44
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
45
45
  await handleCookiesConsent();
46
46
  });
47
47
 
@@ -67,7 +67,7 @@ describe("userInteraction - clearAndFill - TextArea", function () {
67
67
  const value = "Hello World!";
68
68
 
69
69
  it("Preparation", async function () {
70
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
70
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.ui.comp.smartfield.SmartField/sample/sap.ui.comp.sample.smartfield.Overview");
71
71
  await handleCookiesConsent();
72
72
  });
73
73
 
@@ -92,7 +92,7 @@ describe("userInteraction - clearAndFill - ComboBox", function () {
92
92
  const value = "Germany";
93
93
 
94
94
  it("Preparation", async function () {
95
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBox");
95
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.ComboBox/sample/sap.m.sample.ComboBox");
96
96
  await handleCookiesConsent();
97
97
  await ui5.userInteraction.selectComboBox(selector, "Greece");
98
98
  });
@@ -118,7 +118,7 @@ describe("userInteraction - clearAndFill - MultiComboBox", function () {
118
118
  const value = "Copymaster";
119
119
 
120
120
  it("Preparation", async function () {
121
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
121
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.MultiComboBox/sample/sap.m.sample.MultiComboBox");
122
122
  await handleCookiesConsent();
123
123
  await ui5.userInteraction.selectMultiComboBox(selector, ["Comfort Senior", "Comfort Easy"]);
124
124
  });
@@ -144,7 +144,7 @@ describe("userInteraction - clearAndFill - Input - error case", function () {
144
144
  const value = "ABC";
145
145
 
146
146
  it("Preparation", async function () {
147
- await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.99.0/#/entity/sap.m.Input/sample/sap.m.sample.InputValueState");
147
+ await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.Input/sample/sap.m.sample.InputValueState");
148
148
  await handleCookiesConsent();
149
149
  });
150
150
 
@@ -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