Skip to content

Commit 9da026d

Browse files
committed
fix column-rendering.test.js
1 parent bfcff67 commit 9da026d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/grid/test/column-rendering.test.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,13 @@ import { flushGrid, getCellContent, getHeaderCellContent } from './helpers.js';
193193
});
194194

195195
it('should have a larger row height when details opened', () => {
196-
// Disable cell padding for this test
196+
// Disable cell padding and row borders for this test
197197
fixtureSync(`
198198
<style>
199+
vaadin-grid {
200+
--vaadin-grid-row-border-width: 0px;
201+
}
202+
199203
vaadin-grid-cell-content {
200204
padding: 0;
201205
}

0 commit comments

Comments
 (0)