mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint
This commit is contained in:
parent
90dda81900
commit
0dc6be8e14
@ -233,7 +233,10 @@ const completeImportSRPOnboardingFlow = async (
|
||||
|
||||
// create 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-import"]');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user