rsjudge17 / ubiquity-xforms

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

Anomalies exist in the automated test results, suggesting possible interference between tests #598

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The W3C test cases 8.1.2.a, 8.1.4.a, 8.1.11.a, 10.a and 10.17.c all pass in 
Selenium if you run them individually.

However, if you run them as part of the larger batch of all W3C tests, then 
they each fail with the same error message when Selenium attempts to run the 
`type` command:

"type not supported immediately after call to controlKeyDown() or 
altKeyDown() or metaKeyDown()"

Since none of these tests fail individually and none of them use altKeyDown 
or metaKeyDown, my assumption is that some earlier test or tests is 
interfering.

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

GoogleCodeExporter commented 9 years ago
I forgot to mention when I originally raised this issue, but the symptoms 
described 
appear to be peculiar to Safari so far.

Original comment by phil.boo...@gtempaccount.com on 26 Oct 2009 at 9:24