summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/tb3
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-05-06 13:05:22 +0300
committerVaadin Code Review <review@vaadin.com>2015-05-18 13:45:31 +0000
commit05d294e6152963d45262d06c727f977e0901d723 (patch)
tree0e6f356edc0cb52391d65c72998b82a4e28c84e6 /uitest/src/com/vaadin/tests/tb3
parent10b81b13814d345c3c273999ebb4af21b7dafa35 (diff)
downloadvaadin-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.java2
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"))));