Skip to content

Commit cf35208

Browse files
fix(frontend-test): Update url-preview.test.ts
1 parent d1eddf0 commit cf35208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/test/url-preview.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('MkUrlPreview', () => {
9898
assert.strictEqual(iframe?.src, 'https://example.local/player?autoplay=1&auto_play=1');
9999
assert.strictEqual(
100100
iframe?.sandbox.toString(),
101-
'allow-popups allow-scripts allow-storage-access-by-user-activation allow-same-origin',
101+
'allow-popups allow-popups-to-escape-sandbox allow-scripts allow-storage-access-by-user-activation allow-same-origin',
102102
);
103103
});
104104

0 commit comments

Comments
 (0)