Skip to content

Commit

Permalink
Making the python tests even quieter.
Browse files Browse the repository at this point in the history
r7449
  • Loading branch information
hugs committed Oct 20, 2009
1 parent 1e17292 commit 651402e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/test/py/api_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def testFindElementByTagName(self):
self._loadPage("simpleTest")
elems = self.driver.find_elements_by_tag_name("div")
num_by_xpath = len(self.driver.find_elements_by_xpath("//div"))
print num_by_xpath
self.assertEquals(num_by_xpath, len(elems))
elems = self.driver.find_elements_by_tag_name("iframe")
self.assertEquals(0, len(elems))
Expand Down

0 comments on commit 651402e

Please sign in to comment.