Skip to content

Commit

Permalink
fix: use ? before first query param
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Oct 6, 2023
1 parent 8b8505f commit d3fccad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/smoke.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ context('Smoke Test', () => {
)

cy.visit(
'/#/ZBjCfSaLSqD&interpretationid=yKqhXZdeJ6a',
'/#/ZBjCfSaLSqD?interpretationid=yKqhXZdeJ6a',
EXTENDED_TIMEOUT
) //ANC: LLITN coverage district and facility

Expand All @@ -117,7 +117,7 @@ context('Smoke Test', () => {
'postDataStatistics'
)
cy.visit(
'/#/ZBjCfSaLSqD&interpretationId=yKqhXZdeJ6a',
'/#/ZBjCfSaLSqD?interpretationId=yKqhXZdeJ6a',
EXTENDED_TIMEOUT
) //ANC: LLITN coverage district and facility

Expand Down

0 comments on commit d3fccad

Please sign in to comment.