Skip to content

Commit debcc07

Browse files
committed
checksum mock addresses
1 parent fcbf115 commit debcc07

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

e2e/api-mocking/mock-config/mock-events.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ export const mockEvents = {
103103
origin: 'metamask',
104104
params: [
105105
{
106-
from: '0x76cf1cdd1fcc252442b50d6e97207228aa4aefc3',
107-
to: '0x50587e46c5b96a3f6f9792922ec647f13e6efae4',
106+
from: '0x76cf1CdD1fcC252442b50D6e97207228aA4aefC3',
107+
to: '0x50587E46C5B96a3F6f9792922EC647F13E6EFAE4',
108108
value: '0x0',
109109
},
110110
],

e2e/specs/confirmations-redesigned/signatures/alert-system.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ describe(SmokeConfirmationsRedesigned('Alert System - Signature'), () => {
5252
await loginToApp();
5353
await TabBarComponent.tapBrowser();
5454
await Browser.navigateToTestDApp();
55-
await TestHelpers.delay(2000000);
5655
await TestDApp.tapTypedSignButton();
5756
await Assertions.checkIfVisible(RequestTypes.TypedSignRequest);
5857
await alertAssertion();

0 commit comments

Comments
 (0)