@sapui5/sap.fe.test 1.143.0 → 1.144.0

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.
@@ -80,7 +80,7 @@ sap.ui.define(
80
80
  * Remark: Currently there is no official API to retrieve this button; an alternative way to achieve the same
81
81
  * result might be to check oMenuButton.getButtonMode() === "Split" && oMenuButton.getUseDefaultActionOnly()
82
82
  * first, and then call oMenuButton.fireDefaultAction(), but the interface parameter vContentAction expects
83
- * a sap.m.button nonetheless. Hence, we currently use the internal aggregation names as a workaround.
83
+ * a sap.m.Button nonetheless. Hence, we currently use the internal aggregation names as a workaround.
84
84
  */
85
85
  return oMenuButton.getAggregation("_button")
86
86
  ? oMenuButton.getAggregation("_button").getAggregation("_textButton")
@@ -22,7 +22,7 @@ sap.ui.define(["sap/ui/core/Lib", "sap/ui/core/library"], function (Library, _li
22
22
  controls: [],
23
23
  elements: [],
24
24
  // eslint-disable-next-line no-template-curly-in-string
25
- version: "1.143.0",
25
+ version: "1.144.0",
26
26
  noLibraryCSS: true
27
27
  });
28
28
  return thisLib;