Skip to content

Commit

Permalink
Chore: PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press committed Feb 11, 2019
1 parent a683f15 commit 4822557
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/document/PresentationViewer.e2e.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <reference types="Cypress" />
describe('Preview Document Controls', () => {
describe('Presentation Viewer', () => {
const token = Cypress.env('ACCESS_TOKEN');
const fileId = Cypress.env('FILE_ID_PRESENTATION');

Expand All @@ -13,7 +13,6 @@ describe('Preview Document Controls', () => {
beforeEach(() => {
cy.visit('/');
cy.showPreview(token, fileId);
cy.getByTestId('current-page').as('currentPage');
});

it('Should initialize preview on the same page it was closed on', () => {
Expand Down

0 comments on commit 4822557

Please sign in to comment.