@sapui5/sap.fe.test 1.108.2 → 1.108.6

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.108.2",
3
+ "version": "1.108.6",
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.108.2</version>
9
+ <version>1.108.6</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.test</documentation>
12
12
 
@@ -433,9 +433,12 @@ sap.ui.define(
433
433
  */
434
434
  TableAssertions.prototype.iCheckQuickFilter = function (mState) {
435
435
  var oTableBuilder = this.getBuilder();
436
+ var vAggregationMatcher = FEBuilder.Matchers.deepAggregationMatcher("quickFilter/selector", [
437
+ [FEBuilder.Matchers.states(mState)]
438
+ ]);
436
439
  return this.prepareResult(
437
440
  oTableBuilder
438
- .hasAggregation("quickFilter", FEBuilder.Matchers.states(mState))
441
+ .has(vAggregationMatcher)
439
442
  .description(
440
443
  Utils.formatMessage(
441
444
  "Checking that table '{0}' has a QuickFilter Control with state='{1}'",
@@ -21,7 +21,7 @@ sap.ui.define(["sap/ui/core/Core", "sap/ui/core/library"], function (Core, _libr
21
21
  controls: [],
22
22
  elements: [],
23
23
  // eslint-disable-next-line no-template-curly-in-string
24
- version: "1.108.2",
24
+ version: "1.108.6",
25
25
  noLibraryCSS: true
26
26
  });
27
27
  return thisLib;