Simplify linking tests

This commit is contained in:
barsdeveloper
2025-02-07 00:32:48 +02:00
parent 74edd2b9d8
commit fb40bc677f
5 changed files with 158 additions and 103 deletions

View File

@@ -139,7 +139,6 @@ test("Linking 4", async ({ blueprintPage }) => {
await expect(links).toHaveCount(0)
await blueprintPage.paste(source)
await blueprintPage.blueprintLocator.evaluate(b => b.template.centerContentInViewport(false))
await expect(nodes).toHaveCount(7)
await expect(knots).toHaveCount(2)