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 #30946 from mwargers/1182446
Browse files Browse the repository at this point in the history
 Bug 1182446 - Failure in test_dialer_add_contact.py
  • Loading branch information
mwargers committed Jul 14, 2015
2 parents 32f1eba + 6a43a1c commit a81f67b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -177,7 +177,7 @@ def wait_for_update_button_enabled(self):

class NewContact(ContactForm):

_src = 'app://communications.gaiamobile.org/contacts/index.html?new'
_src = 'app://communications.gaiamobile.org/contacts/views/form/form.html'
_done_button_locator = (By.ID, 'save-button')

def __init__(self, marionette):
Expand Down

0 comments on commit a81f67b

Please sign in to comment.