Skip to content

Commit 63685b7

Browse files
javier-godoypaodb
authored andcommitted
test: rename test method to clarify the intent
1 parent 47c4ba3 commit 63685b7

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)