Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Aug 21, 2024
1 parent eba37e5 commit e2df44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/confirmations/transactions/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export async function confirmRedesignedContractDeploymentTransaction(
text: 'This site wants you to deploy a contract',
});

await driver.clickElement({ text: 'Confirm', tag: 'button' });
await scrollAndConfirmAndAssertConfirm(driver);

await driver.delay(2000);
await driver.waitUntilXWindowHandles(2);
Expand Down

0 comments on commit e2df44c

Please sign in to comment.