mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user