We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e0f9c commit 7d79c84Copy full SHA for 7d79c84
packages/amazonq/test/e2e_new/amazonq/utils/authUtils.ts
@@ -39,7 +39,7 @@ export async function signInToAmazonQ(): Promise<void> {
39
testContext.webviewView = webviewView
40
console.log('IT WORKED')
41
const body = webviewView.findElement(By.css('body'))
42
- printElementHTML(body)
+ await printElementHTML(body)
43
//if were not getting the print that we're expecting josh's registerhook works the moment the browser popup happens so we can probs use that
44
return
45
}
0 commit comments