aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar/progressbar_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/progressbar/progressbar_common.js')
-rw-r--r--tests/unit/progressbar/progressbar_common.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/unit/progressbar/progressbar_common.js b/tests/unit/progressbar/progressbar_common.js
index c603b4efd..0608f09f7 100644
--- a/tests/unit/progressbar/progressbar_common.js
+++ b/tests/unit/progressbar/progressbar_common.js
@@ -1,6 +1,10 @@
TestHelpers.commonWidgetTests( "progressbar", {
defaults: {
- classes: {},
+ classes: {
+ "ui-progressbar": "ui-corner-all",
+ "ui-progressbar-value": "ui-corner-left",
+ "ui-progressbar-complete": "ui-corner-right"
+ },
disabled: false,
max: 100,
value: 0,