[AAE-17666] Remove date cell e2es covered by unit tests (#9153)

This commit is contained in:
Tomasz Gnyp
2023-12-12 14:41:51 +01:00
committed by GitHub
parent f5282834bc
commit 468c32691d
7 changed files with 36 additions and 52 deletions

View File

@@ -183,7 +183,7 @@
key="createdAt"
sortingKey="createdAt"
type="date"
[format]="enableMediumTimeFormat ? 'medium' : 'timeAgo'"
[format]="'timeAgo'"
class="adf-ellipsis-cell">
</data-column>
@@ -330,12 +330,6 @@
</mat-slide-toggle>
</section>
<section>
<mat-slide-toggle [(ngModel)]="enableMediumTimeFormat" id="enableMediumTimeFormat">
Enable medium time format for document list
</mat-slide-toggle>
</section>
<section>
<mat-slide-toggle [(ngModel)]="displayEmptyMetadata" id="displayEmptyMetadata">
Display Empty Metadata

View File

@@ -185,7 +185,6 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
permissionsStyle: PermissionStyleModel[] = [];
stickyHeader: boolean;
enableMediumTimeFormat = false;
displayEmptyMetadata = false;
constructor(