reload collections when clicking Scale & Settings

This commit is contained in:
Asier Isayas
2026-01-15 08:05:40 -08:00
parent 4615af0c1c
commit ae5cb679bf
10 changed files with 28 additions and 37 deletions

View File

@@ -136,9 +136,7 @@ test.describe.serial("Upload Item", () => {
if (existsSync(uploadDocumentDirPath)) {
rmdirSync(uploadDocumentDirPath);
}
if (!process.env.CI) {
await context?.dispose();
}
await context?.dispose();
});
test.afterEach("Close Upload Items panel if still open", async () => {