Fix Export paths name adjustments

This commit is contained in:
barsdeveloper
2025-01-20 23:58:57 +02:00
parent e40e6ba52b
commit 6403fec906
16 changed files with 320 additions and 171 deletions

View File

@@ -38,6 +38,8 @@ export const test = /**
const blueprintPage = new BlueprintFixture(page)
await blueprintPage.setup()
await use(blueprintPage)
await blueprintPage.cleanup()
await page.close()
}, { scope: "worker" }]
}
)