darabos commited on
Commit
53103e2
·
1 Parent(s): fe76e4e

Update test.

Browse files
lynxkite-app/web/tests/errors.spec.ts CHANGED
@@ -35,7 +35,7 @@ test("unknown operation", async () => {
35
  await graphBox.getByLabel("n", { exact: true }).fill("10");
36
  await workspace.setEnv("Pillow");
37
  const csvBox = workspace.getBox("NX › Scale-Free Graph 1");
38
- await expect(csvBox.locator(".error")).toHaveText('Operation "NX › Scale-Free Graph" not found.');
39
  await workspace.setEnv("LynxKite Graph Analytics");
40
  await expect(csvBox.locator(".error")).not.toBeVisible();
41
  });
 
35
  await graphBox.getByLabel("n", { exact: true }).fill("10");
36
  await workspace.setEnv("Pillow");
37
  const csvBox = workspace.getBox("NX › Scale-Free Graph 1");
38
+ await expect(csvBox.locator(".error")).toHaveText('Unknown operation.');
39
  await workspace.setEnv("LynxKite Graph Analytics");
40
  await expect(csvBox.locator(".error")).not.toBeVisible();
41
  });