Skip to content

Commit cea1df0

Browse files
committed
fixup! Add a test for opening a file
1 parent 03a03a0 commit cea1df0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/models/CodeServer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ export class CodeServerPage {
296296
* Open a file by using menus.
297297
*/
298298
async openFile(file: string) {
299-
const dir = await this.dir()
300299
await this.navigateMenus(["File", "Open File"])
301300
await this.navigatePicker([path.basename(file)])
302301
await this.waitForTab(file)

0 commit comments

Comments
 (0)