Skip to content

Commit

Permalink
TAB-552
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Nov 26, 2024
1 parent 7cc0992 commit 0ee3d59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0ee3d59

Please sign in to comment.