MM-67077: Remove PSD file previews (#34898) (#35000)

Automatic Merge
Этот коммит содержится в:
Christopher Poile
2026-01-21 05:18:54 -05:00
коммит произвёл GitHub
родитель a75d26b4ac
Коммит ebe1bd4e31
11 изменённых файлов: 44 добавлений и 58 удалений

Просмотреть файл

@@ -92,18 +92,6 @@ describe('Upload Files - Image', () => {
testImage(properties);
});
it('MM-T2264_6 - PSD', () => {
const properties = {
filePath: 'mm_file_testing/Images/PSD.psd',
fileName: 'PSD.psd',
originalWidth: 400,
originalHeight: 479,
mimeType: 'application/psd',
};
testImage(properties);
});
it('MM-T2264_7 - WEBP', () => {
const properties = {
filePath: 'mm_file_testing/Images/WEBP.webp',