Cypress fixes

This commit is contained in:
Jamie Curnow
2020-08-06 12:47:24 +10:00
parent 9ce4c3fe2f
commit bf2f13443f
9 changed files with 721 additions and 566 deletions

View File

@ -26,7 +26,6 @@ describe('Users endpoints', () => {
path: '/api/users'
}).then((data) => {
cy.validateSwaggerSchema('get', 200, '/users', data);
expect(typeof data).to.be.equal('array');
expect(data.length).to.be.greaterThan(0);
});
});