From 0ee3d59621013e88f826802d61ba98931ac2569d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20Gr=C3=A4f?= Date: Tue, 26 Nov 2024 07:40:31 +0100 Subject: [PATCH] TAB-552 --- e2e/fixtures.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/fixtures.ts b/e2e/fixtures.ts index aa0d5ece..6ac2f7a4 100644 --- a/e2e/fixtures.ts +++ b/e2e/fixtures.ts @@ -22,6 +22,8 @@ export const test = base.extend<{ await context.close(); }, extensionId: async ({ context }, use) => { + console.log("context", context) + console.log("use", use) /* // for manifest v2: let [background] = context.backgroundPages()