Skip to content

Commit 15a04e2

Browse files
committed
Update
1 parent 1c92e7c commit 15a04e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-widget/example.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test('Renders Vitessce widget containing a scatterplot view (Marimo)', async ({
1717
await page.goto('http://localhost:3000/marimo.mo.html');
1818

1919
// Expect a title "to contain" a substring.
20-
await expect(page).toHaveTitle('marimo');
20+
await expect(page).toHaveTitle('marimo.mo');
2121

2222
await expect(page.getByText('Scatterplot (UMAP)')).toBeVisible();
2323
await expect(page.getByText('523 cells')).toHaveCount(3);

0 commit comments

Comments
 (0)