mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-21083] Fix e2e Content: Metadata - C245652 - fix tab active selector
This commit is contained in:
committed by
VitoAlbano
parent
a7e8e8a091
commit
9801c1aea8
@@ -49,7 +49,7 @@ export class ViewerPage {
|
||||
infoSideBar = $('#adf-right-sidebar');
|
||||
viewer = $('adf-viewer');
|
||||
imgViewer = $('adf-img-viewer');
|
||||
activeTab = $(`div[class*="${materialLocators.Tab.label.active.root}"]`);
|
||||
activeTab = $(`div${materialLocators.Tab.label.active.class}`);
|
||||
toolbar = $('#adf-viewer-toolbar');
|
||||
canvasLayer = $$('.canvasWrapper > canvas').first();
|
||||
|
||||
|
Reference in New Issue
Block a user