jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

Selenium driver pages for chapter 11 of the test suite contain many bad calls to waitForModelReady #580

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In Safari, a number of chapter 11 tests are failing because the calls to 
waitForModelReady use the unparameterised version, which checks for all 
models in a form, yet the form itself contains non-XForms model elements (in 
the instance data).

These driver pages should be updated to pass a selector argument to 
waitForModelReady.

Original issue reported on code.google.com by phil.boo...@gtempaccount.com on 5 Oct 2009 at 11:00

GoogleCodeExporter commented 8 years ago
Fixed in r3043.

Original comment by phil.boo...@gtempaccount.com on 5 Oct 2009 at 12:55