mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6456] Migrated Share File e2es to Playwright (#3565)
* [AACS-6456] migrated share-file e2es to playwright * [ACS-6456] fixed code smells and removed duplication * [ACS-6456] cleanup, addressed review comments * [ACS-6456] addressed review comments * [ACS-6456] added return types, fixed typos
This commit is contained in:
committed by
GitHub
parent
683138ced1
commit
373a41bd16
@@ -42,4 +42,8 @@ export class Utils {
|
||||
|
||||
return run(retry);
|
||||
}
|
||||
|
||||
static formatDate(date: string): string {
|
||||
return new Date(date).toLocaleDateString('en-US');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user