Skip to content

Commit 07f5a06

Browse files
committed
implementation done
1 parent 5d27373 commit 07f5a06

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/amazonq/test/e2e_new/amazonq/tests/rules.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)