-Subproject commit 226fe492dbbda2e4ee654c4f4701dabf1ff35da8
+Subproject commit 5eef22da86355efe2f56a5255cdcce9d4ef49318
@Override
protected void setup(VaadinRequest request) {
Upload upload = new Upload();
- upload.setDescription("tootlip");
+ upload.setDescription("tooltip");
upload.setImmediateMode(false);
addComponent(upload);
Assert.assertNotNull("Input element with type 'file' is not found",
input);
- checkTooltip(input, "tootlip");
+ checkTooltip(input, "tooltip");
compareScreen(getScreenshotBaseName());
}