Skip to content

Commit cc6905d

Browse files
committed
fix: remove comment and updated snaps due to DS package update
1 parent 74e8759 commit cc6905d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/components/Views/AccountsMenu/__snapshots__/AccountsMenu.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports[`AccountsMenu Snapshots match snapshot when MetaMask Card is hidden 1`]
2626
"alignItems": "center",
2727
"flexDirection": "row",
2828
"gap": 16,
29-
"height": 56,
29+
"minHeight": 56,
3030
"paddingLeft": 8,
3131
"paddingRight": 8,
3232
},
@@ -1230,7 +1230,7 @@ exports[`AccountsMenu Snapshots match snapshot when MetaMask Card is visible 1`]
12301230
"alignItems": "center",
12311231
"flexDirection": "row",
12321232
"gap": 16,
1233-
"height": 56,
1233+
"minHeight": 56,
12341234
"paddingLeft": 8,
12351235
"paddingRight": 8,
12361236
},

tests/smoke/identity/contact-syncing/contact-sync-toggle.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ describe(SmokeIdentity('Contacts syncing - Settings'), () => {
123123
await SettingsView.tapBackButton();
124124
await AccountMenu.tapBack();
125125

126-
// TODO: You're here
127126
// Add second contact while sync is disabled
128127
await WalletView.tapHamburgerMenu();
129128
await Assertions.expectElementToBeVisible(AccountMenu.contactsButton);

0 commit comments

Comments
 (0)