Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12702 from AndreiH/bug_923662
Browse files Browse the repository at this point in the history
Bug 923662 - Fix locator _outgoing_call_locator for test_call_log_all_ca...
  • Loading branch information
Zac committed Oct 7, 2013
2 parents ae52b6f + 7acc7b6 commit b6f1862
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -12,8 +12,7 @@ class CallScreen(Phone):
_call_screen_locator = (By.CSS_SELECTOR, "iframe[name='call_screen0']")
_calling_contact_locator = (By.CSS_SELECTOR, 'div.number')
_calling_contact_information_locator = (By.CSS_SELECTOR, 'div.additionalContactInfo')
# Quick fix locator until Bug 912490 is merged in.
_outgoing_call_locator = (By.XPATH, '//section[div/div[@class="direction outgoing"]]')
_outgoing_call_locator = (By.CSS_SELECTOR, '.handled-call.outgoing')
_hangup_bar_locator = (By.ID, 'callbar-hang-up-action')

def __init__(self, marionette):
Expand Down

0 comments on commit b6f1862

Please sign in to comment.