File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/amazonq/test/e2e/amazonq Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { assertContextCommands, assertQuickActions } from './assert'
1212import { registerAuthHook , using } from 'aws-core-vscode/test'
1313import { loginToIdC } from './utils/setup'
1414import { webviewConstants } from 'aws-core-vscode/amazonq'
15+ import { sleep } from 'aws-core-vscode/shared'
1516
1617describe ( 'Amazon Q Chat' , function ( ) {
1718 let framework : qTestingFramework
@@ -34,6 +35,7 @@ describe('Amazon Q Chat', function () {
3435 beforeEach ( async ( ) => {
3536 // Make sure you're logged in before every test
3637 registerAuthHook ( 'amazonq-test-account' )
38+ await sleep ( 5000 )
3739 framework = new qTestingFramework ( 'cwc' , true , [ ] )
3840 tab = framework . getTabs ( ) [ 0 ] // use the default tab that gets created
3941 store = tab . getStore ( )
You can’t perform that action at this time.
0 commit comments