You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "kgabryje (via GitHub)" <gi...@apache.org> on 2023/04/04 17:46:39 UTC

[GitHub] [superset] kgabryje commented on a diff in pull request #23547: feat: Shows user charts by default when editing a dashboard

kgabryje commented on code in PR #23547:
URL: https://github.com/apache/superset/pull/23547#discussion_r1157578993


##########
superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts:
##########
@@ -751,8 +751,8 @@ describe('Dashboard edit', () => {
       cy.getBySel('dashboard-component-chart-holder').should('have.length', 1);
     });
 
-    it('should remove added charts', () => {
-      dragComponent('Pivot Table');
+    it.only('should remove added charts', () => {

Review Comment:
   `only` 🙈



-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org