rusackas commented on a change in pull request #10973:
URL:
https://github.com/apache/incubator-superset/pull/10973#discussion_r498006407
##########
File path: superset-frontend/src/CRUD/CollectionTable.tsx
##########
@@ -292,7 +292,7 @@ export default class CRUDCollection extends
React.PureComponent<
</Button>
)}
</span>
- <table className="table">
+ <table data-test="table" className="table">
Review comment:
maybe `crud-table` just to make sure we don't find ourselves running
into an issue with two tables conflicting on a page? Sorry, I know these
problems all seem hypothetical, but this is an excuse to _not_ run into the
same issues we do with class names!
----------------------------------------------------------------
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]