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

@@ -118,7 +118,5 @@ async function openScaleTab(browser: Browser): Promise<SetupResult> {
}
async function cleanup({ context }: Partial<SetupResult>) {
if (!process.env.CI) {
await context?.dispose();
}
await context?.dispose();
}