Skip to content

Commit 87b2739

Browse files
committed
fix: replace URL center check with polygon check in geocode test (Firefox compat)
1 parent c9220d8 commit 87b2739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/geographic/geocode.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test('Place name geocode pans the map to the entered location', async ({
124124
/Big Bear Lake.*California.*United States/,
125125
);
126126

127-
await expect(page).toHaveURL(/center=-116\.91.*34\.24/);
127+
await expect(page).toHaveURL(/polygon=POINT/);
128128
});
129129

130130
test('Geocoded place name is cleared when AOI is manually updated', async ({

0 commit comments

Comments
 (0)