mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3556] Create an automated test to cover sidebar position (#3788)
This commit is contained in:
@@ -148,4 +148,11 @@ describe('Header Component', () => {
|
||||
|
||||
navigationBarPage.checkLogoTooltip(names.logo_tooltip);
|
||||
});
|
||||
|
||||
it('[C286297] Should be able to change the position of the sidebar menu', () => {
|
||||
headerPage.sideBarPositionEnd();
|
||||
headerPage.checkSidebarPositionEnd();
|
||||
headerPage.sideBarPositionStart();
|
||||
headerPage.checkSidebarPositionStart();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user