Skip git check in windows & longer timeout (#622)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user