Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Sep 2, 2023
1 parent 2bcaa84 commit 541c41d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const DISCOVER_TABLE = getDataTestSubjectSelector('docTable');
export const GET_DISCOVER_DATA_GRID_CELL = (columnId: string, rowIndex: number) => {
return `${DISCOVER_TABLE} ${getDataTestSubjectSelector(
'dataGridRowCell'
)}[data-gridcell-column-id="${columnId}"][data-gridcell-row-index="${rowIndex}"] .dscDiscoverGrid__cellValue`;
)}[data-gridcell-column-id="${columnId}"][data-gridcell-row-index="${rowIndex}"] .unifiedDataTable__cellValue`;
};

export const GET_DISCOVER_DATA_GRID_CELL_HEADER = (columnId: string) =>
Expand Down

0 comments on commit 541c41d

Please sign in to comment.