Fixing filters e2e tests

stable
Alejandro Alonso 2016-09-27 10:57:16 +02:00
parent 2023c34732
commit 5ca24aa37b
1 changed files with 0 additions and 3 deletions

View File

@ -44,9 +44,6 @@ module.exports = function(name, counter) {
it('save custom filters', async () => { it('save custom filters', async () => {
let len = await counter(); let len = await counter();
filterHelper.openCustomFiltersCategory();
let customFiltersSize = await filterHelper.getCustomFilters().count(); let customFiltersSize = await filterHelper.getCustomFilters().count();
await filterHelper.firterByCategoryWithContent(); await filterHelper.firterByCategoryWithContent();