Skip to content

Commit

Permalink
[AAE-21083] Fix e2e Content: Metadata - C245652 - fix tab active sele…
Browse files Browse the repository at this point in the history
…ctor
  • Loading branch information
alep85 authored and VitoAlbano committed Jun 20, 2024
1 parent a232b5a commit c01e1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testing/src/lib/protractor/core/pages/viewer.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit c01e1fd

Please sign in to comment.