Skip to content

Commit

Permalink
Update examples/extension-e2e-page-object-model/login.process.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 232d3ce commit 441e115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/extension-e2e-page-object-model/login.process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { WALLET_PASSWORD } from '../../helpers';
* @param password - The password used to unlock the wallet. Defaults to WALLET_PASSWORD.
* @param expectedBalance - The expected balance to be displayed on the homepage after successful login. Defaults to DEFAULT_GANACHE_ETH_BALANCE_DEC, reflecting common usage in test setups.
*/
export const loginWithBalanceValidaiton = async (
export const loginWithBalanceValidation = async (
driver: Driver,
password: string = WALLET_PASSWORD,
expectedBalance: string = DEFAULT_GANACHE_ETH_BALANCE_DEC,
Expand Down

0 comments on commit 441e115

Please sign in to comment.