Skip to content

Commit 97b4813

Browse files
committed
Tooltip tests: Fixed new default value for position option.
1 parent 11effcb commit 97b4813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/tooltip/tooltip_common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ TestHelpers.commonWidgetTests( "tooltip", {
55
hide: true,
66
items: "[title]:not([disabled])",
77
position: {
8-
my: "left+15 center",
9-
at: "right center",
8+
my: "left top+15",
9+
at: "left bottom",
1010
collision: "flipfit flipfit"
1111
},
1212
show: true,

0 commit comments

Comments
 (0)