fix typo
This commit is contained in:
parent
32fee6eb06
commit
e512561b85
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue