File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
packages/amazonq/test/e2e_new/amazonq/tests Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ describe('Amazon Q Rules Functionality', function () {
13
13
// this timeout is the general timeout for the entire test suite
14
14
this . timeout ( 150000 )
15
15
let webviewView : WebviewView
16
- let tree : DefaultTreeSection
17
- let content : ViewContent
18
- let workbench : Workbench
19
16
20
17
before ( async function ( ) {
21
18
// we assume that we've left off on a webview from a previous test
@@ -33,7 +30,7 @@ describe('Amazon Q Rules Functionality', function () {
33
30
const workbench = testContext . workbench
34
31
await workbench . executeCommand ( 'Amazon Q: Open Chat' )
35
32
36
- // sleep is needed because the workbench needs some time to load
33
+ // sleep is needed because the workbench needs some time to load
37
34
await sleep ( 5000 )
38
35
const activityBar = new ActivityBar ( )
39
36
const amazonQControl = await activityBar . getViewControl ( 'Amazon Q' )
You can’t perform that action at this time.
0 commit comments