[ADF-5257] Refactor Document list header filters (#1691)

* [ADF-5219] Refactor Document list header filters

* Fix navigation

* Remove unsued code

* Push package-lock

* Fix C306990
This commit is contained in:
davidcanonieto
2020-09-28 10:14:02 +02:00
committed by GitHub
parent 8d6af0dadb
commit 51184e5b16
7 changed files with 58 additions and 82 deletions

View File

@@ -200,6 +200,8 @@ describe('Single click on item name', () => {
describe('on Search Results', () => {
beforeEach(async () => {
const initialRecentTotalItems = await apis.user.search.getTotalItems(username);
await apis.user.search.waitForApi(username, { expect: initialRecentTotalItems + 2 });
await searchInput.clickSearchButton();
await searchInput.checkFilesAndFolders();
});