chore: Cypress chart selectors refactor (#11312)

* cypress selectors refactor in chart list tests

* fixed wrong selector
This commit is contained in:
adam-stasiak-polidea
2020-10-27 19:38:05 +01:00
committed by GitHub
parent 014fe9fd8c
commit 4bebf51453
4 changed files with 90 additions and 71 deletions

View File

@@ -291,7 +291,7 @@ export default function TableCollection({
const columnCellProps = cell.column.cellProps || {};
return (
<td
data-test="table-cell"
data-test="table-row-cell"
className={cx('table-cell', {
'table-cell-loader': loading,
[cell.column.size || '']: cell.column.size,