From 0b31cd0106d50dca15f630b5261bc00057de3749 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 23 Feb 2017 12:35:46 +0100 Subject: [PATCH] Fixing team e2e tests --- e2e/suites/team.e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/suites/team.e2e.js b/e2e/suites/team.e2e.js index d147cac3..4a85fb0e 100644 --- a/e2e/suites/team.e2e.js +++ b/e2e/suites/team.e2e.js @@ -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() {