mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-10 14:11:17 +00:00
failing e2e coorect due to date-picker component changes
This commit is contained in:
@@ -22,17 +22,7 @@
|
||||
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import {
|
||||
AdminActions,
|
||||
LoginPage,
|
||||
BrowsingPage,
|
||||
RepoClient,
|
||||
InfoDrawer,
|
||||
Utils,
|
||||
FILES,
|
||||
DATE_TIME_FORMAT,
|
||||
DATE_FORMAT
|
||||
} from '@alfresco/aca-testing-shared';
|
||||
import { AdminActions, LoginPage, BrowsingPage, RepoClient, InfoDrawer, Utils, FILES, DATE_FORMAT } from '@alfresco/aca-testing-shared';
|
||||
import { BrowserActions } from '@alfresco/adf-testing';
|
||||
|
||||
const moment = require('moment');
|
||||
@@ -220,7 +210,7 @@ describe('File / Folder properties', () => {
|
||||
const expectedPropValues = [
|
||||
properties['exif:pixelXDimension']?.toString(),
|
||||
properties['exif:pixelYDimension']?.toString(),
|
||||
moment(properties['exif:dateTimeOriginal']).format(DATE_TIME_FORMAT),
|
||||
moment(properties['exif:dateTimeOriginal']).format(DATE_FORMAT),
|
||||
properties['exif:exposureTime']?.toString(),
|
||||
properties['exif:fNumber']?.toString(),
|
||||
properties['exif:flash'],
|
||||
|
Reference in New Issue
Block a user