We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7b6da commit afda227Copy full SHA for afda227
tests/integration/degrade-inputs/degradeInputs.js
@@ -7,8 +7,7 @@
7
8
asyncTest('should degrade input type to a different type, as specified in page options', function(){
9
var degradeInputs = $.mobile.page.prototype.options.degradeInputs;
10
-
11
- expect( degradeInputs.length );
+ expect( Object.keys( degradeInputs ).length * 2 );
12
13
// NOTE the initial page is already enhanced (or expected to be) so we load the dialog to enhance it
14
// and _expect_ that the default page will remain "unreaped". This will break if that assumption changes
0 commit comments