~the-test-people/selenium-simple-test/windows-fixes

« back to all changes in this revision

Viewing changes to examples/yahoofinance.py

  • Committer: Javier Collado
  • Date: 2013-10-17 08:47:12 UTC
  • mfrom: (435.1.1 yahoo_finance_search)
  • Revision ID: javier.collado@canonical.com-20131017084712-drk2r7wur8obctlb
Merged fix for yahoo finance search example test case

Source branch: lp:~javier.collado/selenium-simple-test/yahoo_finance_search

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
 
4
4
go_to('http://finance.search.yahoo.com/')
5
 
assert_title_contains('Yahoo!')
 
5
assert_title_contains('Yahoo Finance Search')
6
6
element = get_element(id='yschsp')
7
7
write_textfield(element, 'AMZN', clear=False)
8
8
click_button('yschbt')