mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[APPS-2170] Replace moment.js to date-fns in file-folder-properties.test.ts (#3417)
* [APPS-2170] replace moment.js to date-fns in file-folder-preoperties.ts * [APPS-2170] date change * [APPS-2170] Commit to run e2e * [APPS-2170] e2e fix
This commit is contained in:
@@ -28,8 +28,8 @@ export const BROWSER_WAIT_TIMEOUT = 10000;
|
||||
export const USE_HASH_STRATEGY = true;
|
||||
|
||||
// Dates
|
||||
export const DATE_FORMAT = 'MMM D, YYYY';
|
||||
export const DATE_TIME_FORMAT = 'MMM D, YYYY, H:mm';
|
||||
export const DATE_FORMAT = 'MMM d, yyyy';
|
||||
export const DATE_TIME_FORMAT = 'MMM d, yyyy, H:mm';
|
||||
|
||||
// Application Routes
|
||||
export const APP_ROUTES = {
|
||||
|
Reference in New Issue
Block a user