Skip to content

Commit

Permalink
test: Update test fixture comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Sep 4, 2024
1 parent 4cdb94b commit 3dc90f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sap.ui.define([
"sap/ui/table/Table", "sap/ui/table/plugins/MultiSelectionPlugin", "sap/ui/core/Configuration", "sap/m/library"
], function(Button, DateTimeInput, includes, Device, coreLib, NavigationHandler, Table, MultiSelectionPlugin, Configuration, mobileLib) {

var dateTimeInput = new DateTimeInput(); // Control is deprecated
var dateTimeInput = new DateTimeInput(); // Control is deprecated. A finding only appears for the module dependency, not for the usage.

var btn = new Button({
blocked: true, // Property "blocked" is deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import MultiSelectionPlugin from "sap/ui/table/plugins/MultiSelectionPlugin";
import Configuration from "sap/ui/core/Configuration";
import {InputType} from "sap/m/library";

var dateTimeInput = new DateTimeInput(); // Control is deprecated
var dateTimeInput = new DateTimeInput(); // Control is deprecated. A finding only appears for the module dependency, not for the usage.

var btn = new Button({
blocked: true, // Property "blocked" is deprecated
Expand Down

0 comments on commit 3dc90f0

Please sign in to comment.