Fixing team e2e tests

stable
Alejandro Alonso 2017-02-23 12:35:46 +01:00
parent a96df9f31e
commit 0b31cd0106
1 changed files with 1 additions and 1 deletions

View File

@ -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() {