diff --git a/cypress/helpers/startScreen.js b/cypress/helpers/startScreen.js index 8f94b5f7c..17563bd63 100644 --- a/cypress/helpers/startScreen.js +++ b/cypress/helpers/startScreen.js @@ -4,7 +4,7 @@ export const goToStartPage = (skipEval) => { const appPath = '/api/apps/line-listing/index.html'; const baseUrl = Cypress.env('dhis2BaseUrl') + appPath; cy.visit(baseUrl, EXTENDED_TIMEOUT).then(() => { - cy.task('log', `Visiting the base URL: ${baseUrl}`) + cy.log(`Visiting the base URL: ${baseUrl}`) if (!skipEval) { expectStartScreenToBeVisible() }