mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6437] added new test migration (#3581)
This commit is contained in:
@@ -30,7 +30,7 @@ import { timeouts } from '../../utils';
|
||||
export class ViewerComponent extends BaseComponent {
|
||||
private static rootElement = 'adf-viewer';
|
||||
|
||||
private viewerLocator = this.getChild('.adf-viewer-render-layout-content');
|
||||
public viewerLocator = this.getChild('.adf-viewer-render-layout-content');
|
||||
public closeButtonLocator = this.getChild('.adf-viewer-close-button');
|
||||
public fileTitleButtonLocator = this.getChild('.adf-viewer__file-title');
|
||||
public pdfViewerContentPages = this.getChild('.adf-pdf-viewer__content .page');
|
||||
|
Reference in New Issue
Block a user