Update tests for new viewer

This commit is contained in:
shamoon
2023-11-25 01:28:23 -08:00
parent 014c24b8cf
commit 312031e6f1
5 changed files with 98 additions and 17 deletions

View File

@@ -798,7 +798,7 @@ export class DocumentDetailComponent
return Object.values(ZoomSetting)
}
getZoomSettingTitle(setting: ZoomSetting = null): string {
getZoomSettingTitle(setting: ZoomSetting): string {
switch (setting) {
case ZoomSetting.Auto:
return $localize`Auto`