Spaces:
Running
Running
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('
|
| 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 |
});
|