Skip to content

Commit 1266ba6

Browse files
committed
Update the proxy test
1 parent cf060a2 commit 1266ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/proxy_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_proxy(self):
2020
print("\n\nMy IP Address = %s\n" % ip_address)
2121
self.wait_for_text("IP Address", "h1", timeout=20)
2222
self.wait_for_element_present('[href="/signup"]')
23-
self.wait_for_text("hostname", timeout=20)
23+
self.wait_for_text("country", timeout=20)
2424
self.highlight("h1")
2525
self.sleep(1.5)
2626
print("Displaying Host Info:")

0 commit comments

Comments
 (0)