From df33db24bb36d965261c04f7eb98a9e880d6e4a4 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Mon, 16 Jan 2023 21:57:16 +1000 Subject: [PATCH] Revert "Cypress debugging" This reverts commit 437b06b64bd38d3595339f9435f760679f9f6cf9. --- test/cypress/integration/api/Upstreams.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cypress/integration/api/Upstreams.spec.js b/test/cypress/integration/api/Upstreams.spec.js index 0398ea5..236d76e 100644 --- a/test/cypress/integration/api/Upstreams.spec.js +++ b/test/cypress/integration/api/Upstreams.spec.js @@ -32,7 +32,6 @@ describe('Upstream endpoints', () => { } }).then((data) => { // Check the swagger schema: - cy.wait(1000 * 300); // 5 mins cy.validateSwaggerSchema('post', 201, '/upstreams', data); expect(data.result).to.have.property('id'); expect(data.result.id).to.be.greaterThan(0);