Attempt a fix

This commit is contained in:
Jamie Curnow
2021-07-14 09:56:18 +10:00
parent 76a170b50b
commit 309c1ab0c9
5 changed files with 1479 additions and 1940 deletions

View File

@@ -49,7 +49,7 @@ describe('Users endpoints', () => {
it('Should be able to get all users with filters A', function() {
cy.task('backendApiGet', {
token: token,
path: '/api/users?sort=id.desc&name:starts=J&name:ends=w'
path: '/api/users?sort=id.desc&name:starts=c&name:ends=e'
}).then((data) => {
cy.validateSwaggerSchema('get', 200, '/users', data);
expect(data).to.have.property('result');