diff --git a/cypress/integration/plugins/reports-dashboards/02-edit.spec.js b/cypress/integration/plugins/reports-dashboards/02-edit.spec.js index 65df06bd0..53ced4565 100644 --- a/cypress/integration/plugins/reports-dashboards/02-edit.spec.js +++ b/cypress/integration/plugins/reports-dashboards/02-edit.spec.js @@ -185,4 +185,4 @@ describe('Cypress', () => { // check that re-direct to home page cy.get('#reportDefinitionDetailsLink').should('exist'); }); -}); \ No newline at end of file +});