Support native Git (experimental) (#338)

This commit is contained in:
Will Chen
2025-06-04 21:37:05 -07:00
committed by GitHub
parent 4e38031a65
commit 3558663ab7
25 changed files with 455 additions and 96 deletions

View File

@@ -15,6 +15,6 @@ test("create next.js app", async ({ po }) => {
await po.clickRestart();
// This can be pretty slow because it's waiting for the app to build.
await expect(po.getPreviewIframeElement()).toBeVisible({ timeout: 50_000 });
await expect(po.getPreviewIframeElement()).toBeVisible({ timeout: 100_000 });
await po.snapshotPreview();
});