darabos commited on
Commit
1a42cda
·
1 Parent(s): 6958c6f

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
- expect(await ws.isErrorFree()).toBeTruthy();
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 }) => {