Skip to content

Commit

Permalink
test: youtube link update
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Dec 5, 2023
1 parent 4913e97 commit 02e6d0a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
*/

import {selectAll} from '../keyboardShortcuts/index.mjs';
import { selectAll } from '../keyboardShortcuts/index.mjs';
import {
assertHTML,
focusEditor,
Expand All @@ -17,10 +17,10 @@ import {
test,
} from '../utils/index.mjs';

const TEST_URL = 'https://www.youtube.com/embed/jNQXAC9IVRw';
const TEST_URL = 'https://www.youtube-nocookie.com/embed/jNQXAC9IVRw';
test.describe('BlockWithAlignableContents', () => {
test.fixme();
test.beforeEach(({isCollab, page}) => initialize({isCollab, page}));
test.beforeEach(({ isCollab, page }) => initialize({ isCollab, page }));

test('Can create full width blocks for YouTube videos', async ({
page,
Expand Down Expand Up @@ -126,7 +126,7 @@ test.describe('BlockWithAlignableContents', () => {
</p>
`,
undefined,
{ignoreClasses: true},
{ ignoreClasses: true },
);
});
});

0 comments on commit 02e6d0a

Please sign in to comment.