We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a03a0 commit cea1df0Copy full SHA for cea1df0
test/e2e/models/CodeServer.ts
@@ -296,7 +296,6 @@ export class CodeServerPage {
296
* Open a file by using menus.
297
*/
298
async openFile(file: string) {
299
- const dir = await this.dir()
300
await this.navigateMenus(["File", "Open File"])
301
await this.navigatePicker([path.basename(file)])
302
await this.waitForTab(file)
0 commit comments