Skip to content

Commit 5be33f7

Browse files
committed
test(amazonq): Set UI ready before executing amazonq e2e tests
1 parent 6f6a8c2 commit 5be33f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/amazonq/test/e2e/amazonq/framework/framework.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ export class qTestingFramework {
7979
await ui.messageReceiver(event)
8080
})
8181
)
82+
83+
DefaultAmazonQAppInitContext.instance.getAppsToWebViewMessagePublisher().setUiReady()
8284
}
8385

8486
/**

0 commit comments

Comments
 (0)