Skip to content

Commit c2014b7

Browse files
authored
Update WebHostTests.java
1 parent 04074de commit c2014b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/github/automatedowl/examples/tests/WebHostTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public void site88Test() throws InterruptedException {
1111
getDriver().get(site88Page.getSite88Page().getURL());
1212

1313
// Type 'Hello World' to text box.
14-
site88Page.getSite88Page().getTextBox().sendKeys("Hello World");
14+
site88Page.getSite88Page().getTextBox().sendKeys("Hello World Java");
1515

1616
// Wait before closing browser..
1717
waitBeforeClosingBrowser();

0 commit comments

Comments
 (0)