Skip git check in windows & longer timeout (#622)

This commit is contained in:
Will Chen
2025-07-10 10:53:07 -07:00
committed by GitHub
parent 47385e0130
commit 72fd504f4a
2 changed files with 15 additions and 7 deletions

View File

@@ -436,7 +436,9 @@ export class PageObject {
}
async snapshotProblemsPane() {
await expect(this.page.getByTestId("problems-pane")).toMatchAriaSnapshot();
await expect(this.page.getByTestId("problems-pane")).toMatchAriaSnapshot({
timeout: Timeout.MEDIUM,
});
}
async clickRebuild() {