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 cf060a2 commit 1266ba6Copy full SHA for 1266ba6
examples/proxy_test.py
@@ -20,7 +20,7 @@ def test_proxy(self):
20
print("\n\nMy IP Address = %s\n" % ip_address)
21
self.wait_for_text("IP Address", "h1", timeout=20)
22
self.wait_for_element_present('[href="/signup"]')
23
- self.wait_for_text("hostname", timeout=20)
+ self.wait_for_text("country", timeout=20)
24
self.highlight("h1")
25
self.sleep(1.5)
26
print("Displaying Host Info:")
0 commit comments