Skip to content

test importing binary private key from file #3528

Description

@tomholub

The file import functionality during setup does not seem to be tested.

I have added some file loading functionality in SetupPageRecipe.manualEnter with key.filePath but that assumes puppeteer can directly input file into the <input type=file> but what actually happens during import is that the OS file picker gets automatically triggered - I don't think puppeteer has any way to handle this.

The solution may be to at least render the file input in advance, even if hidden. Then puppeteer can set it with the input file without clicking on the "import from file" label which causes the file picker.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions