From d2c2ebb61e64bec7aaec73aa4b75d1b8044cb021 Mon Sep 17 00:00:00 2001 From: michaelvogt Date: Wed, 19 Jun 2013 16:15:23 +0300 Subject: Support screen reader only notifications (#11830) Change-Id: I09391b27c0b3df538ffe74c4edb8d96224f14cd3 --- .../com/vaadin/tests/components/notification/NotificationsWaiAria.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uitest/src') diff --git a/uitest/src/com/vaadin/tests/components/notification/NotificationsWaiAria.java b/uitest/src/com/vaadin/tests/components/notification/NotificationsWaiAria.java index a8861d40de..27af49a397 100644 --- a/uitest/src/com/vaadin/tests/components/notification/NotificationsWaiAria.java +++ b/uitest/src/com/vaadin/tests/components/notification/NotificationsWaiAria.java @@ -63,6 +63,9 @@ public class NotificationsWaiAria extends TestBase { item = type.addItem(Notification.TYPE_TRAY_NOTIFICATION); item.getItemProperty(CAPTION).setValue("Tray"); + item = type.addItem(Notification.Type.ASSISTIVE_NOTIFICATION); + item.getItemProperty(CAPTION).setValue("Assistive"); + type.setValue(type.getItemIds().iterator().next()); addComponent(type); -- cgit v1.2.3