You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//measure all children of selectlist to be tested (add them all to a span and see how wide the span is) and make sure the selectlist is actually big enough to fit that
ok(($selectlist9.width()>=147&&$selectlist9.width()<=152),'selectlist was hidden, now shown, sized 149');
39
-
// start();
40
-
// }, 1000);
45
+
//remove hidden to prepare to measure its new size
46
+
$selectlist9.removeClass('hidden');
47
+
48
+
//measure all children of selectlist to be tested (add them all to a span and see how wide the span is) and make sure the selectlist is actually big enough to fit that
0 commit comments