From e38ea94b9957280c5cc38daec392faa2ab81e100 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Mon, 7 Aug 2017 10:09:29 +0300 Subject: Fix typos in Javadoc of AbstractTB3Test (#9781) --- uitest/src/test/java/com/vaadin/tests/tb3/AbstractTB3Test.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uitest/src') diff --git a/uitest/src/test/java/com/vaadin/tests/tb3/AbstractTB3Test.java b/uitest/src/test/java/com/vaadin/tests/tb3/AbstractTB3Test.java index 5f02282a51..5985420c93 100644 --- a/uitest/src/test/java/com/vaadin/tests/tb3/AbstractTB3Test.java +++ b/uitest/src/test/java/com/vaadin/tests/tb3/AbstractTB3Test.java @@ -309,7 +309,7 @@ public abstract class AbstractTB3Test extends ParallelTest { /** * Used to determine what port the test is running on * - * @return The port teh test is running on, by default 8888 + * @return The port the test is running on, by default 8888 */ protected abstract int getDeploymentPort(); @@ -1112,7 +1112,7 @@ public abstract class AbstractTB3Test extends ParallelTest { * Asserts that an element is present * * @param by - * the locatore for the element + * the locator for the element */ protected void assertElementPresent(By by) { Assert.assertTrue("Element is not present", isElementPresent(by)); @@ -1122,7 +1122,7 @@ public abstract class AbstractTB3Test extends ParallelTest { * Asserts that an element is not present * * @param by - * the locatore for the element + * the locator for the element */ protected void assertElementNotPresent(By by) { Assert.assertFalse("Element is present", isElementPresent(by)); -- cgit v1.2.3