Skip to content

Commit

Permalink
google
Browse files Browse the repository at this point in the history
  • Loading branch information
vergiliu committed Dec 23, 2013
1 parent 69a428d commit 1281ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions various/SeleniumTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ def setUp(self):
self.browser = webdriver.Firefox()

def test_openGoogle(self):
self.browser.get('http://www.google.com/')
self.browser.get('http://www.google.co.uk/')
self.browser.find_element_by_name('q')

def tearDown(self):
self.browser.close()

if __name__ == '__main__':
print('puff puff pass')
unittest.main()

0 comments on commit 1281ebe

Please sign in to comment.