" button.setSize('100%', '100%');",
" }",
" }",
" }",
"}");
VerticalSplitPanelInfo panel = getJavaInfoByName("panel");
WidgetInfo button = getJavaInfoByName("button");
//
canvas.beginDrag(button).dragTo(panel, 0.5, 0.9).endDrag();
assertEditor(
"// filler filler filler filler filler",