Skip to content

Commit

Permalink
test(e2e): Remove the line checking error message in Thumbnails e2e t…
Browse files Browse the repository at this point in the history
…est (#1179)
  • Loading branch information
Mingze authored Mar 11, 2020
1 parent 3776e3e commit c3471f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/document/Thumbnails.e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ describe('Preview Document Thumbnails', () => {
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. Please re-upload the file or contact Box support.');
cy.getByTestId('thumbnails-sidebar').should('not.exist');
});

Expand Down

0 comments on commit c3471f0

Please sign in to comment.