Преглед на файлове

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

Merlijn Vos преди 3 години
родител
ревизия
f40899bc39
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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()