Skip to content

Commit c7bc66f

Browse files
authored
Do not allow scrolling in the test
1 parent 3479528 commit c7bc66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vaadin-grid-flow-parent/vaadin-grid-flow-integration-tests/src/test/java/com/vaadin/flow/component/grid/it/ComponentColumnWithHeightIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ public void shouldPositionItemsCorrectlyAfterScrollingToEnd() {
6262
// Expect the y position of the last row to equal the y position + the
6363
// height of the previous row
6464
Assert.assertEquals(expected,
65-
grid.getRow(initialLastRow + 1).getLocation().y);
65+
grid.getRow(initialLastRow + 1, false).getLocation().y);
6666
}
6767
}

0 commit comments

Comments
 (0)