Created
April 13, 2009 15:01
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by the windmill services transformer | |
from windmill.authoring import WindmillTestClient | |
def test_recordingSuite0(): | |
client = WindmillTestClient(__name__) | |
client.click(name=u'q') | |
client.type(text=u'firebird', name=u'q') | |
client.click(name=u'btnG') | |
client.waits.forPageLoad(timeout=u'20000') | |
client.waits.forElement(link=u"Firebird - The RDBMS that's going where you're going", timeout=u'8000') | |
client.click(link=u"Firebird - The RDBMS that's going where you're going") | |
client.waits.forPageLoad(timeout=u'20000') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment