[ACS-6437] added new test migration (#3581)

This commit is contained in:
Akash Rathod
2024-01-03 11:54:42 -05:00
committed by GitHub
parent 6da7152c84
commit bc83c78b68
3 changed files with 82 additions and 130 deletions
@@ -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');