bug5127: First charge of Selenium test fragments. Not working.

This commit is contained in:
Udo Wessels
2023-02-03 19:30:28 +01:00
parent ac7538b314
commit a11f20595d
22 changed files with 315 additions and 36 deletions
@@ -90,6 +90,7 @@ public class URLFieldWithFileUpload extends Composite implements HasValue<Map<St
}
};
final VerticalPanel mainPanel = new VerticalPanel();
mainPanel.ensureDebugId("URLFieldWithFileUpload");
final FlowPanel imageUrlPanel = new FlowPanel();
imageUrlPanel.addStyleName(RESOURCES.urlFieldWithFileUploadStyle().spaceDirectChildrenClass());
mainPanel.add(new Label(stringMessages.pleaseOnlyUploadContentYouHaveAllUsageRightsFor()));
@@ -122,6 +123,7 @@ public class URLFieldWithFileUpload extends Composite implements HasValue<Map<St
});
removePanel.add(removeButton);
urlTextBox = new TextBox();
urlTextBox.ensureDebugId("urlTextBox");
urlTextBox.getElement().addClassName("url-textbox");
urlTextBox.addStyleName(RESOURCES.urlFieldWithFileUploadStyle().urlTextboxClass());
urlTextBox.addValueChangeHandler(valueChangedEvent->{