You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: do not hide rows/columns for nonexistent freeze pane splits (#8158)
* fix: Do not hide columns for nonexistent freeze pane splits
Addresses #8136.
* apply spotless
* Use Assert.assertTrue instead of assertTrue in test
* Further fix test
* Add reference screenshots
* test: refactor test to not use screenshot
* test: refactor test to not use screenshot
* test: remove reference screenshots
---------
Co-authored-by: Diego Cardoso <diego@vaadin.com>
Copy file name to clipboardExpand all lines: vaadin-spreadsheet-flow-parent/vaadin-spreadsheet-flow-integration-tests/src/test/java/com/vaadin/flow/component/spreadsheet/test/FreezePaneIT.java
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,24 @@ public void hideRowAndFreeze_shouldScrollCorrectly() {
Copy file name to clipboardExpand all lines: vaadin-spreadsheet-flow-parent/vaadin-spreadsheet-flow/src/main/java/com/vaadin/flow/component/spreadsheet/SpreadsheetFactory.java
0 commit comments