We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c4ba3 commit 63685b7Copy full SHA for 63685b7
src/test/java/com/flowingcode/vaadin/addons/gridhelpers/it/HeaderFooterStylesIT.java
@@ -43,7 +43,7 @@ public void setup() throws Exception {
43
}
44
45
@Test
46
- public void testHeaderVisible() {
+ public void testHeaderClassesApplied() {
47
HeaderRowWrapper row0 = $server.getRow(0);
48
row0.join(0, 1).setClassName("row0-cell0");
49
row0.join(2, 3).setClassName("row0-cell1");
0 commit comments