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 }], }, {