[AAE-10778] Update selector to fix e2e: '[C362265] Should the Viewer be able to download a previous version of a file'

This commit is contained in:
Amedeo Lepore
2022-12-20 18:43:15 +01:00
parent d9f21356be
commit 52636a780f

View File

@@ -86,7 +86,7 @@ export class ViewerPage {
pdfPageLoaded = $('[data-page-number="1"][data-loaded="true"], adf-img-viewer, adf-txt-viewer');
downloadSwitch = $('#adf-switch-download');
downloadButton = $('#adf-viewer-download');
downloadButton = $('#adf-alfresco-viewer-download');
printSwitch = $('#adf-switch-print');
printButton = $('#adf-viewer-print');