diff --git a/tests/e2e/integration/proxy.spec.js b/tests/e2e/integration/proxy.spec.js index bd0242379..455bc3f86 100644 --- a/tests/e2e/integration/proxy.spec.js +++ b/tests/e2e/integration/proxy.spec.js @@ -17,7 +17,6 @@ describe("Proxy enabled - external request", () => { cy.enableProxy("/?url=https://api.thecatapi.com&path=") .get("#send") .click() - .wait(1000) .get("#response-details-wrapper") .should($wrapper => { expect($wrapper).to.contain("Cat API")