Skip to content

Commit

Permalink
Correct name of test for element#getElementRect
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jul 10, 2014
1 parent 48cc327 commit 3b5eb8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def testShouldCorrectlyIdentifyThatAnElementHasWidth(self):
self.assertTrue(size["width"] > 0, "Width expected to be greater than 0")
self.assertTrue(size["height"] > 0, "Height expected to be greater than 0")

def testShouldBeAbleToDetermineTheLocationOfAnElement(self):
def testShouldBeAbleToDetermineTheRectOfAnElement(self):
self._loadPage("xhtmlTest")

element = self.driver.find_element(By.ID, "username")
Expand Down

0 comments on commit 3b5eb8d

Please sign in to comment.