Update customer e2e test URL after redirect (#4398)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Zeno Kapitein
2026-07-14 20:24:14 +02:00
committed by GitHub
parent a69a307de2
commit e77bf32d51
+2 -2
View File
@@ -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 }],
},
{