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 8c33501
Showing 1 changed file with 2 additions and 2 deletions.
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 8c33501

Please sign in to comment.