Skip to content

Commit 7d79c84

Browse files
committed
forgot to add an await
1 parent 82e0f9c commit 7d79c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/e2e_new/amazonq/utils/authUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function signInToAmazonQ(): Promise<void> {
3939
testContext.webviewView = webviewView
4040
console.log('IT WORKED')
4141
const body = webviewView.findElement(By.css('body'))
42-
printElementHTML(body)
42+
await printElementHTML(body)
4343
//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
4444
return
4545
}

0 commit comments

Comments
 (0)