rusackas commented on a change in pull request #11134:
URL:
https://github.com/apache/incubator-superset/pull/11134#discussion_r500761795
##########
File path: superset-frontend/src/components/ListView/TableCollection.tsx
##########
@@ -271,15 +276,16 @@ export default function TableCollection({
const columnCellProps = cell.column.cellProps || {};
return (
<td
- className={cx('table-cell', {
+ data-test="row-cell"
+ className={cx('row-cell', {
Review comment:
The `table-cell` class removed here appears to have CSS styles that were
applied to it. Is there a reason to cahge it?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]