Fixing team e2e tests
parent
a96df9f31e
commit
0b31cd0106
|
@ -61,7 +61,7 @@ describe('team', function() {
|
|||
|
||||
it('team filled', async function() {
|
||||
let total = await teamHelper.team().count();
|
||||
expect(total).to.be.equal(10);
|
||||
expect(total).to.be.equal(9);
|
||||
});
|
||||
|
||||
it('search username', async function() {
|
||||
|
|
Loading…
Reference in New Issue