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 #31793 from mwargers/1201211
Browse files Browse the repository at this point in the history
Bug 1201211 - Workaround fix for failure in test_add_new_contact.py
  • Loading branch information
mwargers committed Sep 11, 2015
2 parents b467811 + dfc840b commit cb1fbc8
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -20,6 +20,10 @@ def test_add_new_contact(self):
contacts_app = Contacts(self.marionette)
contacts_app.launch()

# Workaround for bug 1201211
import time
time.sleep(0.5)

new_contact_form = contacts_app.tap_new_contact()

# Enter data into fields
Expand Down

0 comments on commit cb1fbc8

Please sign in to comment.