FuckTheWorld / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToLoadAfterClick test fails with Chrome 44 #1125

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This alert fails with the latest chromedriver and Chrome 44.0.2403.9 beta 
Windows and Linux:

https://github.com/SeleniumHQ/selenium/blob/01399fffecd5a20af6f31aed6cb0043c9c5c
de65/java/client/test/org/openqa/selenium/PageLoadingTest.java#L430

It passes however with Chrome 43 and earlier versions.

Original issue reported on code.google.com by vlotoshn...@gmail.com on 11 Jun 2015 at 7:41

GoogleCodeExporter commented 9 years ago
In other words, click on a link that navigates to a page that takes a long time 
to load returns sooner than the page actually loads. Expected behavior can be 
clearly seen in the test code.

Original comment by vlotoshn...@gmail.com on 11 Jun 2015 at 7:43

GoogleCodeExporter commented 9 years ago
Issue is reproducible on Chrome 44 and 45 , whereas it works fine with Chrome 43

Tested for both chromedriver version 2.15 and 2.16

Original comment by gmanikp...@chromium.org on 23 Jun 2015 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by gmanikp...@chromium.org on 1 Jul 2015 at 5:54

GoogleCodeExporter commented 9 years ago
Performed the bisect and result are as follows:-

Last known good version - 44.0.2358.0 ; branch position - 323898
Last known bad version -  44.0.2358.0 ; branch position - 323900

Log Url - 
https://chromium.googlesource.com/chromium/src/+log/2e98c5e1c63c34257ff90c15ea18
7c09f6067a10..e20f50c297917306f1f438a58ae29e94fb7bc912

Original comment by gmanikp...@chromium.org on 7 Jul 2015 at 7:04