mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +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/>.
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import { AdminActions, LoginPage, BrowsingPage, RepoClient, InfoDrawer, Utils, FILES, DATE_FORMAT } from '@alfresco/aca-testing-shared';
|
||||||
AdminActions,
|
|
||||||
LoginPage,
|
|
||||||
BrowsingPage,
|
|
||||||
RepoClient,
|
|
||||||
InfoDrawer,
|
|
||||||
Utils,
|
|
||||||
FILES,
|
|
||||||
DATE_TIME_FORMAT,
|
|
||||||
DATE_FORMAT
|
|
||||||
} from '@alfresco/aca-testing-shared';
|
|
||||||
import { BrowserActions } from '@alfresco/adf-testing';
|
import { BrowserActions } from '@alfresco/adf-testing';
|
||||||
|
|
||||||
const moment = require('moment');
|
const moment = require('moment');
|
||||||
@@ -220,7 +210,7 @@ describe('File / Folder properties', () => {
|
|||||||
const expectedPropValues = [
|
const expectedPropValues = [
|
||||||
properties['exif:pixelXDimension']?.toString(),
|
properties['exif:pixelXDimension']?.toString(),
|
||||||
properties['exif:pixelYDimension']?.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:exposureTime']?.toString(),
|
||||||
properties['exif:fNumber']?.toString(),
|
properties['exif:fNumber']?.toString(),
|
||||||
properties['exif:flash'],
|
properties['exif:flash'],
|
||||||
|
Reference in New Issue
Block a user