From 320a7090ad41723eb5fe4197b57a4a241e079708 Mon Sep 17 00:00:00 2001 From: Mingze Date: Mon, 6 Jan 2020 13:42:50 -0800 Subject: [PATCH] fix(test): Re-enable the e2e test due to conversion error (#1141) --- test/integration/document/Thumbnails.e2e.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/document/Thumbnails.e2e.test.js b/test/integration/document/Thumbnails.e2e.test.js index 83bc28170..ae99fbee2 100644 --- a/test/integration/document/Thumbnails.e2e.test.js +++ b/test/integration/document/Thumbnails.e2e.test.js @@ -257,7 +257,7 @@ describe('Preview Document Thumbnails', () => { }); }); - it.skip('Should not show the thumbnails sidebar when a document preview errors', () => { + it('Should not show the thumbnails sidebar when a document preview errors', () => { cy.showPreview(token, badFileId, { enableThumbnailsSidebar: true }); cy.contains('We’re sorry the preview didn’t load. This file could not be converted.');