Spaces:
Running
Running
Update new test after merge.
Browse files
lynxkite-app/web/tests/examples.spec.ts
CHANGED
@@ -9,7 +9,7 @@ test("LynxKite Graph Analytics example", async ({ page }) => {
|
|
9 |
|
10 |
test("Bio example", async ({ page }) => {
|
11 |
const ws = await Workspace.open(page, "Bio demo");
|
12 |
-
|
13 |
});
|
14 |
|
15 |
test("Pytorch example", async ({ page }) => {
|
|
|
9 |
|
10 |
test("Bio example", async ({ page }) => {
|
11 |
const ws = await Workspace.open(page, "Bio demo");
|
12 |
+
await ws.expectErrorFree();
|
13 |
});
|
14 |
|
15 |
test("Pytorch example", async ({ page }) => {
|