Skip to content

Commit

Permalink
fix(frontend-test): Update url-preview.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Feb 11, 2025
1 parent d1eddf0 commit cf35208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/test/url-preview.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('MkUrlPreview', () => {
assert.strictEqual(iframe?.src, 'https://example.local/player?autoplay=1&auto_play=1');
assert.strictEqual(
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',
);
});

Expand Down

0 comments on commit cf35208

Please sign in to comment.