Skip to content

Commit

Permalink
Remove it.only from e2e test (#3690)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon authored May 9, 2022
1 parent 8ed2105 commit f40899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/integration/dashboard-tus.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Dashboard with Tus', () => {
cy.intercept('http://localhost:3020/search/unsplash/*').as('unsplash')
})

it.only('should emit `error` and `upload-error` events on failed POST request', () => {
it('should emit `error` and `upload-error` events on failed POST request', () => {
cy.get('@file-input').attachFile(['images/traffic.jpg'])

const error = cy.spy()
Expand Down

0 comments on commit f40899b

Please sign in to comment.