From c3dbf727009d5a065527c4b5e6ccdce5864a2677 Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Thu, 7 Sep 2023 20:05:23 -0500 Subject: [PATCH] wip --- .../consent/consent-tools-integration-tests/wdio.conf.local.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/consent/consent-tools-integration-tests/wdio.conf.local.ts b/packages/consent/consent-tools-integration-tests/wdio.conf.local.ts index 039efa173..e35924e08 100644 --- a/packages/consent/consent-tools-integration-tests/wdio.conf.local.ts +++ b/packages/consent/consent-tools-integration-tests/wdio.conf.local.ts @@ -1,5 +1,4 @@ import type { Options } from '@wdio/types' -import playwright from 'playwright' const PORT = 4567