Skip to content

Commit 6af9965

Browse files
author
Forest Hoffman
committed
Focus sidebar to create file via palette
1 parent 85684c3 commit 6af9965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/src/chrome.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ describe("chrome e2e", () => {
4949
it("should create file", async () => {
5050
const page = await server.newPage()
5151
.then(server.loadPage.bind(server));
52+
await page.waitFor("div.part.sidebar");
53+
await page.click("div.part.sidebar");
5254
await workbenchShowCommands(page);
5355
await page.waitFor(1000);
5456
await page.keyboard.type("New File", { delay: 100 });

0 commit comments

Comments
 (0)