Skip to content

Commit df33db2

Browse files
committed
Revert "Cypress debugging"
This reverts commit 437b06b.
1 parent 437b06b commit df33db2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cypress/integration/api/Upstreams.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ describe('Upstream endpoints', () => {
3232
}
3333
}).then((data) => {
3434
// Check the swagger schema:
35-
cy.wait(1000 * 300); // 5 mins
3635
cy.validateSwaggerSchema('post', 201, '/upstreams', data);
3736
expect(data.result).to.have.property('id');
3837
expect(data.result.id).to.be.greaterThan(0);

0 commit comments

Comments
 (0)