Cheers,
Bernardo Heynemann
---------- Forwarded message ----------
From: alanjds <nor...@github.com>
Date: Wed, Feb 23, 2011 at 7:00 PM
Subject: [GitHub] Selenium failing to realize when page loads at "And
I click 'btnG' button and wait" [heynemann/pyccuracy GH-69]
To: heyn...@gmail.com
To start with pyccuracy I made the examples on manual, but they are
not working because Selenium is failing to realize when a page was
loaded after a "And I click 'btnG' button and wait" on the following
example:
As a Google User
I want to search Google
So that I can test Pyccuracy
Scenario 1 - Searching for Hello World
Given
I go to "http://www.google.com"
When
I fill "q" textbox with "Hello World"
And I click "btnG" button and wait <-- FAILED - The action
wait for page to load timed out after waiting for 30000 ms.
Then
I see "Hello World - Pesquisa Google" title
I am using selenium-server.jar from pyccuracy/lib folder, and Firefox
version 3.6.13 (Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.2.13)
Gecko/20101203 Firefox/3.6.13) from package firefox-mozilla-build of
Ubuntu 10.10
I tested against Pyccuracy github:c98c1976ebfa99bad61e and patched it
with a dirty workarround, so fell free to change it, but I'll be glad
if you can confirm this bug and then point me what is wrong or a
working version.
Thanks, Alan.
(and thanks more for bringing Cucumber to the snakes)