Skip to content

Commit

Permalink
Update examples/extension-e2e-page-object-model/simple-send.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
chloeYue and mcmire authored Jul 23, 2024
1 parent 441e115 commit 265ce2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/extension-e2e-page-object-model/simple-send.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ describe('Simple send eth', function (this: Suite) {
title: this.test?.fullTitle(),
},
async ({ driver }: { driver: Driver }) => {
await loginWithBalanceValidaiton(driver);
await loginWithBalanceValidation(driver);

await sendTransaction(
driver,
'0x985c30949c92df7a0bd42e0f3e3d539ece98db24',
Expand Down

0 comments on commit 265ce2f

Please sign in to comment.