Skip to content

Commit c8bc42c

Browse files
authored
Update shortcut.test.ts
eslint
1 parent 97a6ad7 commit c8bc42c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('Amazon Q Shortcut Functionality', function () {
5151

5252
const driver = webviewView.getDriver()
5353
await pressShortcut(driver, Key.COMMAND, Key.ALT, 't')
54-
//Clean Up Text
54+
// Clean Up Text
5555
await textEditor.clearText()
5656
await editorView.closeAllEditors()
5757
await webviewView.switchToFrame()
@@ -67,7 +67,7 @@ describe('Amazon Q Shortcut Functionality', function () {
6767

6868
const driver = webviewView.getDriver()
6969
await pressShortcut(driver, Key.COMMAND, Key.ALT, 'e')
70-
//Clean Up Text
70+
// Clean Up Text
7171
await textEditor.clearText()
7272
await editorView.closeAllEditors()
7373
await webviewView.switchToFrame()
@@ -83,7 +83,7 @@ describe('Amazon Q Shortcut Functionality', function () {
8383

8484
const driver = webviewView.getDriver()
8585
await pressShortcut(driver, Key.COMMAND, Key.ALT, 'a')
86-
//Clean Up Text
86+
// Clean Up Text
8787
await textEditor.clearText()
8888
await editorView.closeAllEditors()
8989
await webviewView.switchToFrame()

0 commit comments

Comments
 (0)