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 () {
1313 // this timeout is the general timeout for the entire test suite
1414 this . timeout ( 150000 )
1515 let webviewView : WebviewView
16- let tree : DefaultTreeSection
17- let content : ViewContent
18- let workbench : Workbench
1916
2017 before ( async function ( ) {
2118 // we assume that we've left off on a webview from a previous test
@@ -33,7 +30,7 @@ describe('Amazon Q Rules Functionality', function () {
3330 const workbench = testContext . workbench
3431 await workbench . executeCommand ( 'Amazon Q: Open Chat' )
3532
36- // sleep is needed because the workbench needs some time to load
33+ // sleep is needed because the workbench needs some time to load
3734 await sleep ( 5000 )
3835 const activityBar = new ActivityBar ( )
3936 const amazonQControl = await activityBar . getViewControl ( 'Amazon Q' )
You can’t perform that action at this time.
0 commit comments