diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-05-06 13:05:22 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-05-18 13:45:31 +0000 |
commit | 05d294e6152963d45262d06c727f977e0901d723 (patch) | |
tree | 0e6f356edc0cb52391d65c72998b82a4e28c84e6 /uitest/src/com/vaadin/tests/tb3 | |
parent | 10b81b13814d345c3c273999ebb4af21b7dafa35 (diff) | |
download | vaadin-framework-05d294e6152963d45262d06c727f977e0901d723.tar.gz vaadin-framework-05d294e6152963d45262d06c727f977e0901d723.zip |
Convert theme tests from TB2 to TB4
This change makes FixedNotificationElement work with
notifications and rounded edges.
Change-Id: I8e682fab471aa89bef5fc67d5aafdc3e37333a17
Diffstat (limited to 'uitest/src/com/vaadin/tests/tb3')
-rw-r--r-- | uitest/src/com/vaadin/tests/tb3/newelements/FixedNotificationElement.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/newelements/FixedNotificationElement.java b/uitest/src/com/vaadin/tests/tb3/newelements/FixedNotificationElement.java index a3eb952ea7..8f8dd82d9f 100644 --- a/uitest/src/com/vaadin/tests/tb3/newelements/FixedNotificationElement.java +++ b/uitest/src/com/vaadin/tests/tb3/newelements/FixedNotificationElement.java @@ -19,7 +19,7 @@ public class FixedNotificationElement extends NotificationElement { @Override public void close() { - click(); + click(5, 5); WebDriverWait wait = new WebDriverWait(getDriver(), 10); wait.until(ExpectedConditions.not(ExpectedConditions .presenceOfAllElementsLocatedBy(By.className("v-Notification")))); |