Skip to content

Commit 65b5fbf

Browse files
authored
Update test_webhost.py
1 parent a583461 commit 65b5fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/test/test_webhost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_site88(self, example_fixture):
1414
pytest.webhost_page.navigate_to_url()
1515

1616
# Send 'Hello World' input.
17-
pytest.webhost_page.get_textbox().send_keys('Hello World')
17+
pytest.webhost_page.get_textbox().send_keys('Hello World Python')
1818

1919
# Wait before closing browser.
2020
TestCaseWebHost.wait_before_closing_browser(self)

0 commit comments

Comments
 (0)