@sapui5/sap.fe.test 1.96.0 → 1.96.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.fe.test",
3
- "version": "1.96.0",
3
+ "version": "1.96.2",
4
4
  "description": "SAPUI5 Library sap.fe.test",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -6,7 +6,7 @@
6
6
  <copyright>SAP UI development toolkit for HTML5 (SAPUI5)
7
7
  (c) Copyright 2009-2021 SAP SE. All rights reserved
8
8
  </copyright>
9
- <version>1.96.0</version>
9
+ <version>1.96.2</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.test</documentation>
12
12
 
@@ -446,6 +446,13 @@ sap.ui.define(
446
446
  .isDialogElement()
447
447
  .hasType("sap.m.StandardListItem")
448
448
  .checkNumberOfMatches(iExpectedNumber)
449
+ .success(
450
+ OpaBuilder.create()
451
+ .isDialogElement()
452
+ .hasType("sap.m.Button")
453
+ .hasProperties({ icon: "sap-icon://decline" })
454
+ .doPress()
455
+ )
449
456
  );
450
457
  }
451
458
  } else {
@@ -465,6 +472,13 @@ sap.ui.define(
465
472
  .hasType("sap.m.StandardListItem")
466
473
  .hasProperties({ title: sFieldName })
467
474
  .checkNumberOfMatches(iExpectedNumber)
475
+ .success(
476
+ OpaBuilder.create()
477
+ .isDialogElement()
478
+ .hasType("sap.m.Button")
479
+ .hasProperties({ icon: "sap-icon://decline" })
480
+ .doPress()
481
+ )
468
482
  );
469
483
  }
470
484
 
@@ -27,7 +27,7 @@ sap.ui.define(
27
27
  interfaces: [],
28
28
  controls: [],
29
29
  elements: [],
30
- version: "1.96.0",
30
+ version: "1.96.2",
31
31
  noLibraryCSS: true
32
32
  });
33
33