Skip to content

Commit

Permalink
fix(test): Re-enable the e2e test due to conversion error (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingze authored and mergify[bot] committed Jan 6, 2020
1 parent 0250432 commit 320a709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/document/Thumbnails.e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
Expand Down

0 comments on commit 320a709

Please sign in to comment.