Skip to content

Commit

Permalink
fix: oupsie
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Jan 3, 2025
1 parent 536346d commit 37be3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/tests/prepaginated/layout-spread.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test.describe("Given a prepaginated book with first page on spread right", () =>

await page.waitForSelector(".prose-spineItem-ready")

expect(await page.screenshot()).toMatchSnapshot(`page-spread-right.png`, { threshold: 0.03 }))
expect(await page.screenshot()).toMatchSnapshot(`page-spread-right.png`, { threshold: 0.03 })
})

/**
Expand Down

0 comments on commit 37be3e8

Please sign in to comment.