From 02e6d0a5707b28f4edcf3ae18c97b503a979871c Mon Sep 17 00:00:00 2001 From: umaranis Date: Tue, 5 Dec 2023 19:22:28 +1100 Subject: [PATCH] test: youtube link update --- .../src/__tests__/e2e/BlockWithAlignableContents.spec.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/playground/src/__tests__/e2e/BlockWithAlignableContents.spec.mjs b/demos/playground/src/__tests__/e2e/BlockWithAlignableContents.spec.mjs index 2a763a3..2b0ab42 100644 --- a/demos/playground/src/__tests__/e2e/BlockWithAlignableContents.spec.mjs +++ b/demos/playground/src/__tests__/e2e/BlockWithAlignableContents.spec.mjs @@ -6,7 +6,7 @@ * */ -import {selectAll} from '../keyboardShortcuts/index.mjs'; +import { selectAll } from '../keyboardShortcuts/index.mjs'; import { assertHTML, focusEditor, @@ -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, @@ -126,7 +126,7 @@ test.describe('BlockWithAlignableContents', () => {

`, undefined, - {ignoreClasses: true}, + { ignoreClasses: true }, ); }); });