Skip to content

Commit 57b300e

Browse files
dmlvrCopilot
andauthored
Update e2e/testcafe-devextreme/tests/dataGrid/common/markup/T1163515_alternateRowGroupBorders.ts
Co-authored-by: Copilot <[email protected]> Signed-off-by: Dmitry Lavrinovich <[email protected]>
1 parent 470b0f4 commit 57b300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/testcafe-devextreme/tests/dataGrid/common/markup/T1163515_alternateRowGroupBorders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const verifyGridStyles = async (t, dataGrid, matrixOptions) => {
234234
}
235235

236236
if (matrixOptions.showColumnLines) {
237-
const cells = dataGrid.getCells().find('td:not([class])');
237+
const cells = dataGrid.getCells().filter('td:not([class])');
238238
const cellsCount = await cells.count;
239239

240240
for (let i = 0; i < cellsCount; i += 1) {

0 commit comments

Comments
 (0)