diff --git a/e2e/suites/user-profile/user-profile-votes.e2e.js b/e2e/suites/user-profile/user-profile-votes.e2e.js index 24695a48..b3df6cc7 100644 --- a/e2e/suites/user-profile/user-profile-votes.e2e.js +++ b/e2e/suites/user-profile/user-profile-votes.e2e.js @@ -137,8 +137,6 @@ describe('user profile - votes', function() { let endTotal = await $$('div[infinite-scroll] > div').count(); - console.log(startTotal, endTotal); - let hasMoreItems = startTotal < endTotal; expect(hasMoreItems).to.be.equal(true);