Skip to content

Commit 4fa90ec

Browse files
committed
added back some more node: protocol imports to see if it passes all the checks. have to commit to check since the build compiles with no errors
1 parent f1afe95 commit 4fa90ec

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/amazonq/test/e2e/amazonq/VET.test.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@ describe('Amazon Q Login Flow', function () {
1717

1818
await new Promise((resolve) => setTimeout(resolve, 15000))
1919
webviewView = new WebviewView()
20-
21-
try {
22-
await webviewView.switchToFrame()
23-
} catch (e) {
24-
console.log('WE HIT AN ERROR OPEENING THE FRAME')
25-
console.log(e)
26-
}
20+
await webviewView.switchToFrame()
2721
})
2822

2923
after(async () => {

0 commit comments

Comments
 (0)