aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/applicationservlet/MultipleServletConfigurationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/test/java/com/vaadin/tests/applicationservlet/MultipleServletConfigurationTest.java')
-rw-r--r--uitest/src/test/java/com/vaadin/tests/applicationservlet/MultipleServletConfigurationTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/applicationservlet/MultipleServletConfigurationTest.java b/uitest/src/test/java/com/vaadin/tests/applicationservlet/MultipleServletConfigurationTest.java
index 9ee118bae2..ac113a8048 100644
--- a/uitest/src/test/java/com/vaadin/tests/applicationservlet/MultipleServletConfigurationTest.java
+++ b/uitest/src/test/java/com/vaadin/tests/applicationservlet/MultipleServletConfigurationTest.java
@@ -16,13 +16,13 @@ public class MultipleServletConfigurationTest extends MultiBrowserTest {
public void testMultipleServletConfiguration() throws Exception {
getDriver().get(getBaseURL() + "/embed1");
assertLabelText(
- "A generic test for Buttons in different configurations");
+ "Verify that Button HTML rendering works");
getDriver().get(getBaseURL() + "/embed2");
assertLabelText(
"Margins inside labels should not be allowed to collapse out of the label as it causes problems with layotus measuring the label.");
getDriver().get(getBaseURL() + "/embed1");
assertLabelText(
- "A generic test for Buttons in different configurations");
+ "Verify that Button HTML rendering works");
}
private void assertLabelText(String expected) {