sadpandajoe commented on code in PR #31796:
URL: https://github.com/apache/superset/pull/31796#discussion_r1920658393
##########
superset-frontend/cypress-base/cypress/e2e/chart_list/list.test.ts:
##########
@@ -78,20 +81,15 @@ describe('Charts list', () => {
cy.wait('@get');
});
- it('should show the newly added dashboards in a tooltip', () => {
+ it.only('should show the newly added dashboards in a tooltip', () => {
Review Comment:
need to remove this only or else the other tests won't run
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]