Skip to content

Commit

Permalink
chore: cleanup PR
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Dec 30, 2024
1 parent 6d07776 commit eff1096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/helpers/startScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit eff1096

Please sign in to comment.