Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Dec 25, 2024
1 parent b45288b commit dc95c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit dc95c5b

Please sign in to comment.