Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Nov 15, 2024
1 parent d521404 commit a5bfdb7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
'android.emulator': {
type: 'android.emulator',
device: {
avdName: 'Pixel_5_API_30',
avdName: 'Pixel_5_Pro_API_34',
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion .e2e.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export MM_TEST_ACCOUNT_ADDRESS='0x...'
export MM_TEST_ACCOUNT_PRIVATE_KEY=''
export IS_TEST="true"
# Temporary mechanism to enable security alerts API prior to release.
export MM_SECURITY_ALERTS_API_ENABLED="true"
export MM_SECURITY_ALERTS_API_ENABLED="true"
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports[`BlockaidBanner should render correctly 1`] = `
"paddingLeft": 8,
}
}
testID="banneralert"
testID="security-alert-banner"
>
<View
style={
Expand Down Expand Up @@ -190,7 +190,7 @@ exports[`BlockaidBanner should render correctly with list attack details 1`] = `
"paddingLeft": 8,
}
}
testID="banneralert"
testID="security-alert-banner"
>
<View
style={
Expand Down Expand Up @@ -343,7 +343,7 @@ exports[`BlockaidBanner should render correctly with reason "raw_signature_farmi
"paddingLeft": 8,
}
}
testID="banneralert"
testID="security-alert-banner"
>
<View
style={
Expand Down Expand Up @@ -505,7 +505,7 @@ exports[`BlockaidBanner should render normal banner alert if resultType is faile
"paddingLeft": 8,
}
}
testID="banneralert"
testID="security-alert-response-failed-banner"
>
<View
style={
Expand Down Expand Up @@ -598,7 +598,7 @@ exports[`BlockaidBanner should render something does not look right with contact
"paddingLeft": 8,
}
}
testID="banneralert"
testID="security-alert-banner"
>
<View
style={
Expand Down
1 change: 0 additions & 1 deletion e2e/fixtures/fixture-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export async function withFixtures(options, testSuite) {
} = options;

const fixtureServer = new FixtureServer();
// let mockServer;

if (testSpecificMock) {
await startMockServer(testSpecificMock);
Expand Down

0 comments on commit a5bfdb7

Please sign in to comment.