aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/calendar/common.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/calendar/common.js b/tests/unit/calendar/common.js
index 586c505f8..b6807ec84 100644
--- a/tests/unit/calendar/common.js
+++ b/tests/unit/calendar/common.js
@@ -17,6 +17,10 @@ common.testWidget( "calendar", {
disabled: false,
dateFormat: { date: "short" },
eachDay: $.noop,
+ icons: {
+ prevButton: "ui-icon-circle-triangle-w",
+ nextButton: "ui-icon-circle-triangle-e"
+ },
labels: {
"datePickerRole": "date picker",
"nextText": "Next",