File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
src/test/java/com/flowingcode/addons/applayout Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2222import com .vaadin .flow .component .html .Div ;
2323import com .vaadin .flow .component .html .Span ;
2424import com .vaadin .flow .router .Route ;
25+ import org .junit .Ignore ;
2526
2627@ Route (value = "view" , layout = AbstractLayoutDemo .class )
28+ @ Ignore
2729public class AbstractLayoutView extends Div {
2830
2931 {
Original file line number Diff line number Diff line change 4343import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
4444import com .vaadin .flow .data .binder .Binder ;
4545import com .vaadin .flow .router .Route ;
46+ import org .junit .Ignore ;
4647
4748@ SuppressWarnings ("serial" )
4849@ Route (value = "applayout" , layout = DemoLayout .class )
4950@ StyleSheet ("context://frontend/styles/app-layout/demo-styles.css" )
51+ @ Ignore
5052public class ApplayoutDemoView extends VerticalLayout {
5153
5254 private VerticalLayout container = new VerticalLayout ();
Original file line number Diff line number Diff line change 2222import com .vaadin .flow .component .html .Div ;
2323import com .vaadin .flow .component .html .Span ;
2424import com .vaadin .flow .router .Route ;
25+ import org .junit .Ignore ;
2526
2627@ Route ("internal-view" )
28+ @ Ignore
2729public class InternalView extends Div {
2830
2931 public InternalView () {
You can’t perform that action at this time.
0 commit comments