[AAE-10778] Update selector to fix e2e: '[C260038] Should display first page, toolbar and pagination when opening a .pdf file'

This commit is contained in:
Amedeo Lepore
2022-12-20 19:00:56 +01:00
parent 52636a780f
commit 5115b5cad0

View File

@@ -29,7 +29,7 @@ export class ViewerPage {
togglePage = new TogglePage();
closeButton = $('button[data-automation-id="adf-toolbar-back"]');
fileName = $('#adf-viewer-display-name');
fileName = $('#adf-alfresco-viewer-display-name');
infoButton = $('button[data-automation-id="adf-toolbar-sidebar"]');
leftSideBarButton = $('button[data-automation-id="adf-toolbar-left-sidebar"]');
previousPageButton = $('#viewer-previous-page-button');