jfweemaes / ubiquity-xforms

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

Test 10.6.a fails in Safari, despite passing in both IE and Firefox #561

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Test 10.6.a fails when run under Selenium in Safari. In both IE and Firefox, 
the same test passes when run under Selenium.

Original issue reported on code.google.com by phil.boo...@gtempaccount.com on 22 Sep 2009 at 3:19

GoogleCodeExporter commented 8 years ago

Original comment by phil.boo...@gtempaccount.com on 28 Sep 2009 at 2:16

GoogleCodeExporter commented 8 years ago
I can see two issues here.

Firstly, the driver file is using verifyVisible where waitForVisible would be 
more 
appropriate, to allow the UI to finish updating before verification is made.

Secondly, it also looks like issue 525 ("Dispatch of DOMActivate from trigger 
elements is not reliable") may be having some effect. Extra messages, caused by 
the 
double-activation of the trigger in Safari, appear to prevent Selenium from 
progressing at one point.

So, I'm marking issue 525 as a blocker on this one, and will look to get that 
resolved first.

Original comment by phil.boo...@gtempaccount.com on 28 Sep 2009 at 2:54

GoogleCodeExporter commented 8 years ago

Original comment by phil.boo...@gtempaccount.com on 1 Oct 2009 at 4:11

GoogleCodeExporter commented 8 years ago

Original comment by phil.boo...@gtempaccount.com on 5 Oct 2009 at 9:48

GoogleCodeExporter commented 8 years ago

Original comment by phil.boo...@gtempaccount.com on 21 Oct 2009 at 9:36