Skip to content

Commit 244c367

Browse files
committed
update e2e test clickActionButton wait time
1 parent cf8abf9 commit 244c367

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/amazonq/test/e2e/amazonq/featureDev.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ describe('Amazon Q Feature Dev', function () {
5353

5454
async function clickActionButton(filePath: string, actionName: string) {
5555
tab.clickFileActionButton(filePath, actionName)
56-
await tab.waitForEvent(() => !tab.hasAction(filePath, actionName))
56+
await tab.waitForEvent(() => !tab.hasAction(filePath, actionName), {
57+
waitIntervalInMs: 250,
58+
waitTimeoutInMs: 2000,
59+
})
5760
}
5861

5962
/**

0 commit comments

Comments
 (0)