Removing unnecessary console.log
parent
3f09356f2e
commit
d0cafea374
|
@ -137,8 +137,6 @@ describe('user profile - votes', function() {
|
||||||
|
|
||||||
let endTotal = await $$('div[infinite-scroll] > div').count();
|
let endTotal = await $$('div[infinite-scroll] > div').count();
|
||||||
|
|
||||||
console.log(startTotal, endTotal);
|
|
||||||
|
|
||||||
let hasMoreItems = startTotal < endTotal;
|
let hasMoreItems = startTotal < endTotal;
|
||||||
|
|
||||||
expect(hasMoreItems).to.be.equal(true);
|
expect(hasMoreItems).to.be.equal(true);
|
||||||
|
|
Loading…
Reference in New Issue