@@ -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