Ver Fonte

Remove `it.only` from e2e test (#3690)

Merlijn Vos há 3 anos atrás
pai
commit
f40899bc39
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      e2e/cypress/integration/dashboard-tus.spec.ts

+ 1 - 1
e2e/cypress/integration/dashboard-tus.spec.ts

@@ -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()