This commit is contained in:
ochafik 2024-12-25 12:04:44 +00:00 committed by Olivier Chafik
commit e512561b85

View file

@ -75,7 +75,7 @@ describe('e2e', () => {
test('load the default page', async () => {
await page.goto(url);
await waitForViewer();
expectOjbectList();
expectObjectList();
}, longTimeout);
test('can render cube', async () => {