We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c92e7c commit 15a04e2Copy full SHA for 15a04e2
tests-widget/example.spec.js
@@ -17,7 +17,7 @@ test('Renders Vitessce widget containing a scatterplot view (Marimo)', async ({
17
await page.goto('http://localhost:3000/marimo.mo.html');
18
19
// Expect a title "to contain" a substring.
20
- await expect(page).toHaveTitle('marimo');
+ await expect(page).toHaveTitle('marimo.mo');
21
22
await expect(page.getByText('Scatterplot (UMAP)')).toBeVisible();
23
await expect(page.getByText('523 cells')).toHaveCount(3);
0 commit comments