feat(globe): port to CeliumJS
This commit is contained in:
parent
ec03425067
commit
eb7698e034
51 changed files with 3521 additions and 1992 deletions
|
|
@ -4,7 +4,7 @@ test.beforeEach(async ({ context }) => {
|
|||
await login(context);
|
||||
});
|
||||
|
||||
test('predict page loads and mounts the MapLibre canvas', async ({ page }) => {
|
||||
test('predict page loads and mounts the map canvas', async ({ page }) => {
|
||||
await page.goto('/predict');
|
||||
await expect(page.locator('.map-container canvas').first()).toBeAttached({
|
||||
timeout: 15_000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue