Skip to content

Commit

Permalink
Merge pull request #718 from ONEARMY/missing-tests
Browse files Browse the repository at this point in the history
Added tests for #687
  • Loading branch information
chrismclarke authored Oct 22, 2019
2 parents 0c227ff + d6c9940 commit 90f88eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('[Events]', () => {
cy.get('[data-cy=card]').its('length').should('be.eq', 2)

cy.step('Clear location')
cy.get('[data-cy=location]').find('input:eq(0)').clear().wait(500)
cy.get('button.ap-icon-clear').click()
cy.get('[data-cy=card]').its('length').should('be.eq', 5)
})
})
Expand Down

0 comments on commit 90f88eb

Please sign in to comment.