We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd8c1a commit fa0248cCopy full SHA for fa0248c
examples/boilerplates/samples/google_test.py
@@ -12,7 +12,7 @@ def test_google_dot_com(self):
12
self.open('https://google.com')
13
try:
14
# Remove the Privacy Checkup box if present.
15
- self.assert_text('Privacy Checkup', HomePage.dialog_box, timeout=3)
+ self.assert_text('Privacy Checkup', HomePage.dialog_box, timeout=2)
16
self.click('link=NO, THANKS')
17
except Exception:
18
pass # Google may have removed the Privacy Checkup. Continue test.
0 commit comments