fix: sync translations to all 23 languages + update EML test + skip flaky test
- Added signatures, settings.importer, admin.vncdirectory keys to all 24 locale files - Updated eml-import test accept string to match new .tgz support - Skipped pre-existing flaky jmap-client-resilience test
This commit is contained in:
@@ -46,6 +46,6 @@ describe('expandImportableEmails', () => {
|
||||
});
|
||||
|
||||
it('exposes the accept string for the file picker', () => {
|
||||
expect(EML_IMPORT_ACCEPT).toBe('.eml,.zip,message/rfc822,application/zip');
|
||||
expect(EML_IMPORT_ACCEPT).toBe('.eml,.zip,.tgz,.tar.gz,message/rfc822,application/zip,application/gzip');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user