diff --git a/cypress/e2e/view_errors/error_while_fetching_dashboard_details.js b/cypress/e2e/view_errors/error_while_fetching_dashboard_details.js index 619cbabba..9569c589e 100644 --- a/cypress/e2e/view_errors/error_while_fetching_dashboard_details.js +++ b/cypress/e2e/view_errors/error_while_fetching_dashboard_details.js @@ -1,8 +1,6 @@ import { When, Then } from '@badeball/cypress-cucumber-preprocessor' When('I type a dashboard id in the browser url that fails to load', () => { - console.log('TEST RUNS') - cy.intercept('**/dashboards/iMnYyBfSxmM**', { statusCode: 500, body: 'Oopsie!',