From e77bf32d5188c6d32463ea9cc678fff312fe1ba3 Mon Sep 17 00:00:00 2001 From: Zeno Kapitein Date: Tue, 14 Jul 2026 20:24:14 +0200 Subject: [PATCH] Update customer e2e test URL after redirect (#4398) Co-authored-by: Claude Opus 4.8 --- packages/gitbook/e2e/customers.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gitbook/e2e/customers.spec.ts b/packages/gitbook/e2e/customers.spec.ts index afd5410e0..8e4d60707 100644 --- a/packages/gitbook/e2e/customers.spec.ts +++ b/packages/gitbook/e2e/customers.spec.ts @@ -218,8 +218,8 @@ const testCases: TestsCase[] = [ tests: [{ name: 'Home', url: '/', run: waitForCookiesDialog }], }, { - name: 'docs.cherry-ai.com', - contentBaseURL: 'https://docs.cherry-ai.com', + name: 'docs.cherryai.com.cn', + contentBaseURL: 'https://docs.cherryai.com.cn', tests: [{ name: 'Home', url: '/', run: waitForCookiesDialog }], }, {