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 85684c3 commit 6af9965Copy full SHA for 6af9965
test/src/chrome.test.ts
@@ -49,6 +49,8 @@ describe("chrome e2e", () => {
49
it("should create file", async () => {
50
const page = await server.newPage()
51
.then(server.loadPage.bind(server));
52
+ await page.waitFor("div.part.sidebar");
53
+ await page.click("div.part.sidebar");
54
await workbenchShowCommands(page);
55
await page.waitFor(1000);
56
await page.keyboard.type("New File", { delay: 100 });
0 commit comments