Skip to content

Commit

Permalink
verify if the events are running over eachother
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinkney-aws committed Feb 23, 2025
1 parent b8d91d4 commit 0db682f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/amazonq/test/e2e/amazonq/chat.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { assertContextCommands, assertQuickActions } from './assert'
import { registerAuthHook, using } from 'aws-core-vscode/test'
import { loginToIdC } from './utils/setup'
import { webviewConstants } from 'aws-core-vscode/amazonq'
import { sleep } from 'aws-core-vscode/shared'

describe('Amazon Q Chat', function () {
let framework: qTestingFramework
Expand All @@ -34,6 +35,7 @@ describe('Amazon Q Chat', function () {
beforeEach(async () => {
// Make sure you're logged in before every test
registerAuthHook('amazonq-test-account')
await sleep(5000)
framework = new qTestingFramework('cwc', true, [])
tab = framework.getTabs()[0] // use the default tab that gets created
store = tab.getStore()
Expand Down

0 comments on commit 0db682f

Please sign in to comment.