disable flaky test

This commit is contained in:
Denys Vuika
2019-05-14 11:02:09 +01:00
committed by GitHub
parent 238a317f89
commit 60a122f844

View File

@@ -93,7 +93,7 @@ describe('Document List Component - Actions', () => {
done(); 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.getCurrentItemsPerPage()).toEqual('5');
expect(paginationPage.getPaginationRange()).toEqual('Showing 1-' + 5 + ' of ' + 6); expect(paginationPage.getPaginationRange()).toEqual('Showing 1-' + 5 + ' of ' + 6);