Skip to content
Snippets Groups Projects
Commit 0e34dddb authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-7160: fix media types test

parent f38782d4
No related branches found
No related tags found
2 merge requests!83ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...,!81ISTWCMS-7160 Make existing Codeception tests pass
......@@ -59,7 +59,7 @@ class WcmsTestsMediaTypesCest {
$i->amOnPage('admin/structure/media/manage/uw_mt_file/fields/media.uw_mt_file.field_media_file');
$i->seeInField(['name' => 'settings[file_directory]'], 'uploads/documents');
$i->seeInField(['name' => 'settings[max_filesize]'], '25 MB');
$i->seeInField(['name' => 'settings[file_extensions]'], 'bib, csv, doc, docx, epub, gz, key, m, mw, mp3, rtf, pdf, pot, potx, pps, ppt, pptx, psd, r, tar, tex, txt, wav, xls, xlsx, zip');
$i->seeInField(['name' => 'settings[file_extensions]'], 'bib, csv, doc, docx, epub, gz, json, key, m, mw, mp3, rtf, pdf, pot, potx, pps, ppt, pptx, psd, r, tar, tex, txt, wav, xls, xlsx, zip');
// File directory default value for Icon media type
// is 'uploads/icons'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment