Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/integration/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('BrowserManager — idle timer resets after screenshot', () => {
// that is shorter than the total render time but verify the render still completes.
// We do this by checking: after render() resolves, the manager is still alive
// (not closed mid-render) by doing a second render successfully.
const manager = new BrowserManager({ idleTimeoutMs: 50 });
const manager = new BrowserManager({ idleTimeoutMs: 200 });

// First render: triggers launch + screenshot. If timer fires mid-render, the browser
// closes and the second render would have to re-launch.
Expand Down
3 changes: 2 additions & 1 deletion website/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
}

@layer base {
h2, h3 {
h2,
h3 {
scroll-margin-top: 5rem;
}

Expand Down
Loading