Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Dec 16, 2024
1 parent 85f6475 commit 0bf518a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/helpers/startScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const logPageState = () => {
export const goToStartPage = (skipEval) => {
// Hardcoded URL for testing
const hardcodedUrl =
'https://qa.im.dhis2.org/core-triggerexternalappstest-107/api/apps/line-listing/index.html'
'https://test.e2e.dhis2.org/analytics-2.41/api/apps/line-listing/index.html'

// 'https://test.e2e.dhis2.org/analytics-2.41/api/apps/line-listing/index.html'
// 'https://qa.im.dhis2.org/core-triggerexternalappstest-107/api/apps/line-listing/index.html'

cy.visit(hardcodedUrl, EXTENDED_TIMEOUT).then(() => {
cy.log(`Visiting the URL: ${hardcodedUrl}`)
Expand Down

0 comments on commit 0bf518a

Please sign in to comment.