[AAE-10778] Fix e2e: [C260096] Should the Viewer able to accept a customToolbar

This commit is contained in:
Amedeo Lepore
2022-12-20 18:33:23 +01:00
parent b45a75c9ae
commit d9f21356be
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ export class ViewerPage {
imgViewer = $('adf-img-viewer');
activeTab = $('div[class*="mat-tab-label-active"]');
toolbarSwitch = $('#adf-switch-toolbar');
toolbar = $('#adf-viewer-toolbar');
toolbar = $('#adf-alfresco-viewer-toolbar');
lastButton = $$('#adf-viewer-toolbar mat-toolbar > button[data-automation-id*="adf-toolbar-"]').last();
goBackSwitch = $('#adf-switch-goback');
canvasLayer = $$('.canvasWrapper > canvas').first();