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 a583461 commit 65b5fbfCopy full SHA for 65b5fbf
dev/test/test_webhost.py
@@ -14,7 +14,7 @@ def test_site88(self, example_fixture):
14
pytest.webhost_page.navigate_to_url()
15
16
# Send 'Hello World' input.
17
- pytest.webhost_page.get_textbox().send_keys('Hello World')
+ pytest.webhost_page.get_textbox().send_keys('Hello World Python')
18
19
# Wait before closing browser.
20
TestCaseWebHost.wait_before_closing_browser(self)
0 commit comments