mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[MNT-23433] configure position for close button on Viewer (#9143)
* [MNT-23433] configure position for close button * [MNT-23433] added documentation * [MNT-23433] unit test title fix * [MNT-23433] setting close button position * [MNT-23433] removed extra space * [MNT-23433] lint issue resolved * [MNT-23433] setting default position to left * [MNT-23433] updated the type * [MNT-23433] add check for info button * [MNT-23433] indentation fix * [MNT-23433] documentation added * [MNT-23433] unit test updated * [MNT-23433] linting issue resolved * [MNT-23433] update unit test * [MNT-23433] lint issue resolved
This commit is contained in:
@@ -25,7 +25,7 @@ const MAX_LOADING_TIME = 120000;
|
||||
|
||||
export class ViewerPage {
|
||||
tabsPage = new TabsPage();
|
||||
closeButton = $('button[data-automation-id="adf-toolbar-back"]');
|
||||
closeButton = $('button.adf-viewer-close-button');
|
||||
fileName = $('#adf-viewer-display-name');
|
||||
infoButton = $('button[data-automation-id="adf-toolbar-sidebar"]');
|
||||
previousPageButton = $('#viewer-previous-page-button');
|
||||
|
Reference in New Issue
Block a user