1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
This commit is contained in:
PeterYinusa 2023-01-18 14:57:20 +00:00
parent 90dda81900
commit 0dc6be8e14

View File

@ -233,7 +233,10 @@ const completeImportSRPOnboardingFlow = async (
// create password // create password
await driver.pasteIntoField('[data-testid="create-password-new"]', password); await driver.pasteIntoField('[data-testid="create-password-new"]', password);
await driver.pasteIntoField('[data-testid="create-password-confirm"]', password); await driver.pasteIntoField(
'[data-testid="create-password-confirm"]',
password,
);
await driver.clickElement('[data-testid="create-password-terms"]'); await driver.clickElement('[data-testid="create-password-terms"]');
await driver.clickElement('[data-testid="create-password-import"]'); await driver.clickElement('[data-testid="create-password-import"]');