@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
package/src/sap/fe/test/.library
CHANGED
|
@@ -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
|
-
.
|
|
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.
|
|
24
|
+
version: "1.108.6",
|
|
25
25
|
noLibraryCSS: true
|
|
26
26
|
});
|
|
27
27
|
return thisLib;
|