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 46f57da commit f7caba8Copy full SHA for f7caba8
packages/amazonq/test/e2e/amazonq/framework/framework.ts
@@ -80,6 +80,10 @@ export class qTestingFramework {
80
})
81
)
82
83
+ /**
84
+ * We need to manually indicate that the UI is ready since we are using a custom mynah UI event routing
85
+ * implementation instead of routing events through the real webview
86
+ **/
87
DefaultAmazonQAppInitContext.instance.getAppsToWebViewMessagePublisher().setUiReady()
88
}
89
0 commit comments