mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-4298] Add e2e tests for info drawer (#4506)
* [ADF-4298] Add e2e tests for info drawer * Update info-drawer.component.e2e.ts * Update info-drawer.component.e2e.ts
This commit is contained in:
committed by
Eugenio Romano
parent
b35fb4df93
commit
31280baeef
@@ -53,6 +53,7 @@ export class FileViewComponent implements OnInit {
|
||||
showRightSidebar = false;
|
||||
customToolbar = false;
|
||||
isCommentEnabled = false;
|
||||
showInfoDrawerTabWithIcon = false;
|
||||
|
||||
constructor(private router: Router,
|
||||
private route: ActivatedRoute,
|
||||
@@ -145,6 +146,10 @@ export class FileViewComponent implements OnInit {
|
||||
this.allowLeftSidebar = !this.allowLeftSidebar;
|
||||
}
|
||||
|
||||
toggleShowInfoDrawerTabIcon() {
|
||||
this.showInfoDrawerTabWithIcon = !this.showInfoDrawerTabWithIcon;
|
||||
}
|
||||
|
||||
toggleCustomName() {
|
||||
this.customName = !this.customName;
|
||||
|
||||
|
Reference in New Issue
Block a user