idk
Some checks failed
Playwright Tests / test (push) Has been cancelled

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

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