From 60a122f8445cc6f7671ef5fdc3755f0c02ca7157 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 14 May 2019 11:02:09 +0100 Subject: [PATCH] disable flaky test --- .../document-list/document-list-copy-move.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/content-services/document-list/document-list-copy-move.e2e.ts b/e2e/content-services/document-list/document-list-copy-move.e2e.ts index b173027385..fb86a608e2 100644 --- a/e2e/content-services/document-list/document-list-copy-move.e2e.ts +++ b/e2e/content-services/document-list/document-list-copy-move.e2e.ts @@ -93,7 +93,7 @@ describe('Document List Component - Actions', () => { done(); }); - it('[C260132] Move action on folder with - Load more', () => { + xit('[C260132] Move action on folder with - Load more', () => { expect(paginationPage.getCurrentItemsPerPage()).toEqual('5'); expect(paginationPage.getPaginationRange()).toEqual('Showing 1-' + 5 + ' of ' + 6);