Revert "Cypress debugging"
This reverts commit 437b06b64bd38d3595339f9435f760679f9f6cf9.
This commit is contained in:
parent
437b06b64b
commit
df33db24bb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user