Skip to content

Commit b9da97e

Browse files
committed
test: rename test method to clarify the intent
1 parent 62674d5 commit b9da97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/vaadin/addons/gridhelpers/it/HeaderFooterStylesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void setup() throws Exception {
4343
}
4444

4545
@Test
46-
public void testHeaderVisible() {
46+
public void testHeaderClassesApplied() {
4747
HeaderRowWrapper row0 = $server.getRow(0);
4848
row0.join(0, 1).setClassName("row0-cell0");
4949
row0.join(2, 3).setClassName("row0-cell1");

0 commit comments

Comments
 (0)