File tree Expand file tree Collapse file tree
test/smoke/src/areas/search Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export class Search extends Viewlet {
5353 }
5454
5555 async removeFileMatch ( index : number ) : Promise < void > {
56- await this . code . waitAndMove ( `${ VIEWLET } .results .monaco-tree-rows>:nth-child(${ index } ) .filematch` ) ;
56+ await this . code . waitAndClick ( `${ VIEWLET } .results .monaco-tree-rows>:nth-child(${ index } ) .filematch` ) ;
5757 const file = await this . code . waitForTextContent ( `${ VIEWLET } .results .monaco-tree-rows>:nth-child(${ index } ) .filematch a.label-name` ) ;
5858 await this . code . waitAndClick ( `${ VIEWLET } .results .monaco-tree-rows>:nth-child(${ index } ) .filematch .action-label.icon.action-remove` ) ;
5959 await this . code . waitForTextContent ( `${ VIEWLET } .results .monaco-tree-rows>:nth-child(${ index } ) .filematch a.label-name` , void 0 , result => result !== file ) ;
You can’t perform that action at this time.
0 commit comments