diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-14 09:49:48 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:47 -0400 |
commit | 3330634c4e4e6a1a7deff56a2d278ed9d8db0ce9 (patch) | |
tree | fb24e7f4d2ab8a3fa6f96cd172ce83d882c220b3 /tests | |
parent | 6c1390dc0d3c4f9f24196adf3aeba5a0566866e7 (diff) | |
download | jquery-ui-3330634c4e4e6a1a7deff56a2d278ed9d8db0ce9.tar.gz jquery-ui-3330634c4e4e6a1a7deff56a2d278ed9d8db0ce9.zip |
Controlgroup: fixup for spinner and label
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/controlgroup/common.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/controlgroup/common.js b/tests/unit/controlgroup/common.js index b403e174c..4dc86afbd 100644 --- a/tests/unit/controlgroup/common.js +++ b/tests/unit/controlgroup/common.js @@ -12,7 +12,9 @@ common.testWidget( "controlgroup", { items: { "button": "input[type=button], input[type=submit], input[type=reset], button, a", "checkboxradio": "input[type='checkbox'], input[type='radio']", - "selectmenu": "select" + "selectmenu": "select", + "spinner": ".ui-spinner-input", + "controlgroupLabel": ".ui-controlgroup-label" }, direction: "horizontal", excludeInvisible: true, |