Skip to content

Commit

Permalink
make test action name clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Dec 17, 2024
1 parent 9a1d425 commit 238255b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/pages/Browser/TestDApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class TestDApp {
async tapIncreaseAllowanceButton() {
await this.tapButton(this.increaseAllowanceButton);
}
async tapAddERCTokenToWalletButton() {
async tapAddERC20TokenToWalletButton() {
await this.tapButton(this.addTokensToWalletButton);
}

Expand Down
2 changes: 1 addition & 1 deletion e2e/specs/assets/import-tokens-via-asset-watcher.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe(SmokeAssets('Asset Watch:'), () => {
});
await TestHelpers.delay(3000); // Because loading the dapp is slow on CI

await TestDApp.tapAddERCTokenToWalletButton();
await TestDApp.tapAddERC20TokenToWalletButton();
await Assertions.checkIfVisible(AssetWatchBottomSheet.container);
await AssetWatchBottomSheet.tapAddTokenButton();
await Assertions.checkIfNotVisible(AssetWatchBottomSheet.container);
Expand Down

0 comments on commit 238255b

Please sign in to comment.