Skip to content

Commit 274c8cd

Browse files
committed
e2e fix
1 parent 1978208 commit 274c8cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web-local/tests/connectors/save-anyway.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ test.describe("Save Anyway feature", () => {
3636

3737
// Wait for navigation to connector file, then for the editor to appear
3838
await expect(page).toHaveURL(/.*\/files\/connectors\/.*\.yaml/, {
39-
timeout: 5000,
39+
// Allow extra time for the file to be written and navigation to occur on slower CI
40+
timeout: 6_000,
4041
});
4142
const codeEditor = page
4243
.getByLabel("codemirror editor")

0 commit comments

Comments
 (0)