Skip to content

Commit

Permalink
Fix lint errors on commit 5892d7cdc (#25367)
Browse files Browse the repository at this point in the history
Fixes lint errors and e2e failures on v11.16.12, which would have been
introduced during conflict resolution when cherry-picking #24605

Specifically:
- `test/e2e/default-fixture.js` is deleted as that file does not exist
on master yet and is not used. However, importantly, the change made in
`test/e2e/default-fixture.js` in #24605 is now applied to
`test/e2e/fixture-builder.js` (this was needed for e2e tests to pass)
- delete
`ui/pages/settings/security-tab/metametrics-toggle/metametrics-toggle.tsx`
and the associated test file, as these seem to be unused
- delete unused variables in
`ui/pages/settings/security-tab/security-tab.component.js`
  • Loading branch information
danjm authored Jun 17, 2024
1 parent c6dbd72 commit 3e8ce07
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 491 deletions.
265 changes: 0 additions & 265 deletions test/e2e/default-fixture.js

This file was deleted.

1 change: 1 addition & 0 deletions test/e2e/fixture-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function defaultFixture(inputChainId = CHAIN_IDS.LOCALHOST) {
fragments: {},
metaMetricsId: null,
participateInMetaMetrics: false,
dataCollectionForMarketing: false,
traits: {},
},
NetworkController: {
Expand Down

This file was deleted.

Loading

0 comments on commit 3e8ce07

Please sign in to comment.