You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/02/05 00:27:52 UTC

[GitHub] [superset] ktmud commented on a change in pull request #12254: test: added cypress tests for #11864 and #11682

ktmud commented on a change in pull request #12254:
URL: https://github.com/apache/superset/pull/12254#discussion_r570638247



##########
File path: superset-frontend/cypress-base/cypress/integration/dashboard/edit_mode.test.js
##########
@@ -100,3 +100,42 @@ describe('Dashboard edit mode', () => {
     });
   });
 });
+
+describe('Single component tests', () => {
+  before(() => {});
+  beforeEach(() => {
+    cy.login();
+    cy.visit('dashboard/new');

Review comment:
       This will create a new dashboard every time this test is run. Which is not very nice when debugging.




----------------------------------------------------------------
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:
users@infra.apache.org



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