summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/components/datefield/DateFieldReadOnlyTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/datefield/DateFieldReadOnlyTest.java b/uitest/src/com/vaadin/tests/components/datefield/DateFieldReadOnlyTest.java
index 96e17344ec..289a5988ee 100644
--- a/uitest/src/com/vaadin/tests/components/datefield/DateFieldReadOnlyTest.java
+++ b/uitest/src/com/vaadin/tests/components/datefield/DateFieldReadOnlyTest.java
@@ -17,7 +17,7 @@ public class DateFieldReadOnlyTest extends MultiBrowserTest {
public void readOnlyDateFieldPopupShouldNotOpen() throws IOException, InterruptedException {
openTestURL();
- compareScreen("readonly");
+ compareScreen("initial");
toggleReadOnly();
openPopup();