Skip to content
Merged
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 apps/web/src/pages/Landing/Landing.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test.describe('Landing Page', () => {
await page.unrouteAll({ behavior: 'ignoreErrors' })
})
test('renders UK compliance banner in UK', async ({ page }) => {
await page.route(/(?:interface|beta).gateway.uniswap.org\/v1\/amplitude-proxy/, async (route) => {
await page.route(/(?:interface|beta)\.gateway\.uniswap\.org\/v1\/amplitude-proxy/, async (route) => {
const requestBody = JSON.stringify(await route.request().postDataJSON())
const originalResponse = await route.fetch()
const byteSize = new Blob([requestBody]).size
Expand Down