Skip to content

Commit 6605c35

Browse files
authored
Update common.js
1 parent fadb98d commit 6605c35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/dialog/common.js

+3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ common.testWidget( "dialog", {
1414
},
1515
closeOnEscape: true,
1616
closeText: "Close",
17+
minimizeText: "Minimize",
18+
restoreText: "Restore",
1719
disabled: false,
1820
draggable: true,
21+
minimizable: false,
1922
height: "auto",
2023
hide: null,
2124
maxHeight: null,

0 commit comments

Comments
 (0)