[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:
davidcanonieto
2019-03-27 16:08:45 +00:00
committed by Eugenio Romano
parent b35fb4df93
commit 31280baeef
4 changed files with 161 additions and 1 deletions

View File

@@ -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;