idk
Some checks failed
Playwright Tests / test (push) Failing after 2m18s

This commit is contained in:
parent f9299f1091
commit 66b0fd41b3
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -47,7 +47,8 @@ async function selectNewVault(page: Page, vaultPath: string) {
const promise = page.waitForEvent("filechooser");
await btn.click();
const chooser = await promise;
await chooser.setFiles(vaultPath);
let el = chooser.element();
console.log("chooser el", el);
} catch (e) {
console.debug(
"congratulations, you don't have to choose a vault manually!"