From 85b4466d7718d78715809f3e22be287dea6ae32a Mon Sep 17 00:00:00 2001 From: Peter White Date: Wed, 26 Aug 2026 11:48:20 +0200 Subject: [PATCH] Stop expecting the cookies dialog on faq.wanttopay.net The customer disabled cookie tracking on their site, so the cookies dialog no longer renders and the customer e2e test has been failing on every run since 2026-08-25. Keep the screenshot coverage, drop the stale dialog assertion. --- packages/gitbook/e2e/customers.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbook/e2e/customers.spec.ts b/packages/gitbook/e2e/customers.spec.ts index 692d428d4..7081f998e 100644 --- a/packages/gitbook/e2e/customers.spec.ts +++ b/packages/gitbook/e2e/customers.spec.ts @@ -396,7 +396,7 @@ const testCases: TestsCase[] = [ { name: 'faq.wanttopay.net/wanttopay-app', contentBaseURL: 'https://faq.wanttopay.net', - tests: [{ name: 'Home', url: '/wanttopay-app', run: waitForCookiesDialog }], + tests: [{ name: 'Home', url: '/wanttopay-app' }], }, { name: 'guide.prismlive.com',