mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug5127: First charge of Selenium test fragments. Not working.
This commit is contained in:
+2
@@ -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->{
|
||||
|
||||
Reference in New Issue
Block a user