Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnkampf committed Jan 15, 2024
1 parent 4d80d1e commit 387ac80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ describe('Task buttons', () => {
cy.get('[data-test="submit-button"]').should('not.exist')
})

it('should not show the Create similar task link', () => {
cy.get('[data-test="create-similar-task-button"]').should('not.exist')
it('should show the Create similar task link', () => {
cy.get('[data-test="create-similar-task-button"]').should('exist')
})

it('should show the Back link to dashboard when no return url exists', () => {
Expand Down

0 comments on commit 387ac80

Please sign in to comment.