fix(frontend-test): Update url-preview.test.ts
This commit is contained in:
parent
d1eddf0d88
commit
cf35208777
|
@ -98,7 +98,7 @@ describe('MkUrlPreview', () => {
|
||||||
assert.strictEqual(iframe?.src, 'https://example.local/player?autoplay=1&auto_play=1');
|
assert.strictEqual(iframe?.src, 'https://example.local/player?autoplay=1&auto_play=1');
|
||||||
assert.strictEqual(
|
assert.strictEqual(
|
||||||
iframe?.sandbox.toString(),
|
iframe?.sandbox.toString(),
|
||||||
'allow-popups allow-scripts allow-storage-access-by-user-activation allow-same-origin',
|
'allow-popups allow-popups-to-escape-sandbox allow-scripts allow-storage-access-by-user-activation allow-same-origin',
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue