Skip to content

Commit fa0248c

Browse files
committed
Update example test
1 parent 8fd8c1a commit fa0248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/boilerplates/samples/google_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_google_dot_com(self):
1212
self.open('https://google.com')
1313
try:
1414
# Remove the Privacy Checkup box if present.
15-
self.assert_text('Privacy Checkup', HomePage.dialog_box, timeout=3)
15+
self.assert_text('Privacy Checkup', HomePage.dialog_box, timeout=2)
1616
self.click('link=NO, THANKS')
1717
except Exception:
1818
pass # Google may have removed the Privacy Checkup. Continue test.

0 commit comments

Comments
 (0)