[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:
Aayush Rohila
2023-09-20 14:13:11 +05:30
committed by GitHub
parent df8b08fd41
commit c6e54e20d0
2 changed files with 8 additions and 9 deletions

View File

@@ -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 = {