mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-08 13:04:34 +00:00
fix(frontend-test): Update url-preview.test.ts
This commit is contained in:
parent
d1eddf0d88
commit
cf35208777
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue