From bed8fb3dccfb55af9518546a133191c28e944dca Mon Sep 17 00:00:00 2001 From: Cacie Prins Date: Fri, 20 Dec 2024 13:49:32 -0500 Subject: [PATCH] Update system-tests/test/experimental_skip_domain_injection_spec.ts Co-authored-by: Bill Glesias --- system-tests/test/experimental_skip_domain_injection_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-tests/test/experimental_skip_domain_injection_spec.ts b/system-tests/test/experimental_skip_domain_injection_spec.ts index 809faefc425f..c488a4f3a6c1 100644 --- a/system-tests/test/experimental_skip_domain_injection_spec.ts +++ b/system-tests/test/experimental_skip_domain_injection_spec.ts @@ -30,7 +30,7 @@ describe('e2e experimentalSkipDomainInjection=true', () => { }) systemTests.it('fails with an error message about experimentalSkipDomainInjection being removed', { - browser: '!webkit', // TODO(webkit): fix+unskip (needs multidomain support)f + browser: '!webkit', // TODO(webkit): fix+unskip (needs multidomain support) // keep the port the same to prevent issues with the snapshot port: PORT, spec: 'experimental_skip_domain_injection.cy.ts',