Release 2.8.4
This commit is contained in:
@@ -69,6 +69,8 @@ test('slide form queues editor image cleanup on save and close', () => {
|
||||
test('slide thumbnail previews treat image-only text as visible content', () => {
|
||||
assert.ok(slideThumbnailPreviewSource.includes('/<img\\b/i.test(raw)'));
|
||||
assert.ok(slideThumbnailsSource.includes('/<img\\b/i.test(raw)'));
|
||||
assert.ok(slideThumbnailsSource.includes('getCachedImagePath'));
|
||||
assert.ok(slideThumbnailsSource.includes('getThumbnailItem'));
|
||||
});
|
||||
|
||||
test('popup preview falls back to iframe sizing rules', () => {
|
||||
|
||||
Reference in New Issue
Block a user