Skip to content

Commit 82adfc8

Browse files
test: remove addToolbarFooter test
1 parent 3d73abc commit 82adfc8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/java/com/flowingcode/vaadin/addons/gridhelpers/test/FooterToolbarTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ public class FooterToolbarTest {
2828

2929
private static class Bean {}
3030

31-
@Test
32-
public void addToolbarFooter() {
33-
Grid<Bean> grid = new Grid<>(Bean.class, false);
34-
grid.addColumn(x -> x).setHeader("Header");
35-
var toolbarFooter = new HorizontalLayout();
36-
GridHelper.addToolbarFooter(grid, toolbarFooter);
37-
}
38-
3931
@Test(expected = IllegalStateException.class)
4032
public void testSetFooterToolbarBeforeColumnsConfiguredThrowsException() {
4133
Grid<Bean> grid = new Grid<>(Bean.class, false);

0 commit comments

Comments
 (0)