Reinsert e2e tag test (#3574)

* solve rendition preview

* reinsert tag e2e

* fix tslint

* fix pack problem

* remove reload

* remove refresh
This commit is contained in:
Eugenio Romano
2018-07-10 17:15:48 +01:00
committed by Eugenio Romano
parent f0ee0bda2f
commit e7b2daa1fe
7 changed files with 3777 additions and 3714 deletions

View File

@@ -218,7 +218,7 @@ describe('Test Content Services Viewer', () => {
viewerPage.clickCloseButton();
});
xit('5. Open viewer for a .ppt file converted to .pdf', () => {
it('5. Open viewer for a .ppt file converted to .pdf', () => {
viewerPage.viewFile(pptFile.name);
viewerPage.checkFileContent('1', pptFile.firstPageText);
viewerPage.checkCloseButtonIsDisplayed();