From ae7bbe8187aa577f291b284979c1ab064e36fd01 Mon Sep 17 00:00:00 2001 From: Jens Meisner Date: Thu, 16 Jul 2026 11:26:35 +0200 Subject: [PATCH] changed externalLinkUrl for tests to Google --- tests/playwright/test/LinkUserInteraction.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/test/LinkUserInteraction.test.ts b/tests/playwright/test/LinkUserInteraction.test.ts index aa24210071..b5119fe449 100644 --- a/tests/playwright/test/LinkUserInteraction.test.ts +++ b/tests/playwright/test/LinkUserInteraction.test.ts @@ -5,7 +5,7 @@ import { editor } from "./locators/editor"; import { applicationUrl } from "./utils/environment"; import { ApplicationWrapper } from "./wrappers/ApplicationWrapper"; -const externalLinkUrl = "https://www.coremedia.com/"; +const externalLinkUrl = "https://www.google.de/index.html/"; /** * Tests mouse and keyboard interaction with links in ckeditor.