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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]