mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
chore: Cypress chart selectors refactor (#11312)
* cypress selectors refactor in chart list tests * fixed wrong selector
This commit is contained in:
committed by
GitHub
parent
014fe9fd8c
commit
4bebf51453
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user