Update example test

This commit is contained in:
Michael Mintz 2018-08-12 17:23:55 -04:00
parent 8fd8c1a301
commit fa0248c46b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class GoogleTests(BaseCase):
self.open('https://google.com')
try:
# Remove the Privacy Checkup box if present.
self.assert_text('Privacy Checkup', HomePage.dialog_box, timeout=3)
self.assert_text('Privacy Checkup', HomePage.dialog_box, timeout=2)
self.click('link=NO, THANKS')
except Exception:
pass # Google may have removed the Privacy Checkup. Continue test.