Skip to content

Commit

Permalink
test: update to align with implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Oct 5, 2021
1 parent 2b3ca93 commit ab03241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/howto/read.spec.ts
Expand Up @@ -207,7 +207,7 @@ describe('[How To]', () => {
cy.location('pathname').should('eq', '/how-to')
cy.location('search').should(
'eq',
`?search=this+how+to+does+not+exist+${uuid}`,
`?search=this+how+to+does+not+exist+${uuid}&source=how-to-not-found`,
)
})
})
Expand Down

0 comments on commit ab03241

Please sign in to comment.