File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export class Extensions extends Viewlet {
61
61
await this . code . waitAndClick ( `div.extensions-viewlet[id="workbench.view.extensions"] .monaco-list-row[data-extension-id="${ id } "] .extension-list-item .monaco-action-bar .action-item:not(.disabled) .extension-action.install` ) ;
62
62
await this . code . waitForElement ( `.extension-editor .monaco-action-bar .action-item:not(.disabled) .extension-action.uninstall` ) ;
63
63
if ( waitUntilEnabled ) {
64
- await this . code . waitForElement ( `.extension-editor .monaco-action-bar .action-item:not(.disabled) .extension-action [title="Disable this extension"]` ) ;
64
+ await this . code . waitForElement ( `.extension-editor .monaco-action-bar .action-item:not(.disabled)[title="Disable this extension"]` ) ;
65
65
}
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments