Skip to content

Commit

Permalink
Chore: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press committed Mar 25, 2019
1 parent c295026 commit 2d3b6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
}

var previewOptions = options || {
apiHost: 'https://api.jpress.inside-box.net/',
enableThumbnailsSidebar: true,
showAnnotations: true,
showDownload: true,
Expand Down
4 changes: 2 additions & 2 deletions test/integration/sanity/DeletedReps.e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ describe('Previewing a file with Deleted Representations', () => {
url: '**/internal_files/**',
status: 202,
response: {}
}).as('bar');
});

// Mocking requests for original reps
cy.route({
method: 'GET',
url: '**/content?**',
status: 202,
response: {}
}).as('bas');
});

cy.visit('/', {
onBeforeLoad (win) {
Expand Down

0 comments on commit 2d3b6a3

Please sign in to comment.