Skip to content

Commit 88ae972

Browse files
committed
save
1 parent 06d7db2 commit 88ae972

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/amazonq/test/e2e/amazonq/chat.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('Amazon Q Chat', function () {
1818
let tab: Messenger
1919
let store: MynahUIDataModel
2020

21-
const availableCommands: string[] = []
21+
const availableCommands: string[] = ['/dev', '/test', '/review', '/doc', '/transform']
2222

2323
before(async function () {
2424
/**
@@ -60,7 +60,7 @@ describe('Amazon Q Chat', function () {
6060
assert.deepStrictEqual(store.promptInputPlaceholder, 'Ask a question or enter "/" for quick actions')
6161
})
6262

63-
it('sends message', async () => {
63+
it('Sends message', async () => {
6464
tab.addChatMessage({
6565
prompt: 'What is a lambda',
6666
})
@@ -70,8 +70,8 @@ describe('Amazon Q Chat', function () {
7070
assert.deepStrictEqual(chatItems[4].type, 'answer')
7171
})
7272

73-
describe('clicks examples', () => {
74-
it('click help', async () => {
73+
describe('Clicks examples', () => {
74+
it('Click help', async () => {
7575
tab.clickButton('help')
7676
await tab.waitForText(webviewConstants.helpMessage)
7777
const chatItems = tab.getChatItems()

0 commit comments

Comments
 (0)