Skip to content

Commit 8e6603e

Browse files
committed
jest update
1 parent 3ff5436 commit 8e6603e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

app/scripts/controllers/app-state-controller.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,7 @@ describe('AppStateController', () => {
792792
"outdatedBrowserWarningLastShown": null,
793793
"pendingShieldCohort": null,
794794
"pendingShieldCohortTxType": null,
795+
"pna25Acknowledged": null,
795796
"popupGasPollTokens": [],
796797
"productTour": "accountIcon",
797798
"recoveryPhraseReminderHasBeenShown": false,
@@ -883,6 +884,7 @@ describe('AppStateController', () => {
883884
"outdatedBrowserWarningLastShown": null,
884885
"pendingShieldCohort": null,
885886
"pendingShieldCohortTxType": null,
887+
"pna25Acknowledged": null,
886888
"popupGasPollTokens": [],
887889
"productTour": "accountIcon",
888890
"recoveryPhraseReminderHasBeenShown": false,
@@ -963,6 +965,7 @@ describe('AppStateController', () => {
963965
"onboardingDate": null,
964966
"outdatedBrowserWarningLastShown": null,
965967
"pendingShieldCohortTxType": null,
968+
"pna25Acknowledged": null,
966969
"productTour": "accountIcon",
967970
"recoveryPhraseReminderHasBeenShown": false,
968971
"recoveryPhraseReminderLastShown": 1000,
@@ -1053,6 +1056,7 @@ describe('AppStateController', () => {
10531056
"outdatedBrowserWarningLastShown": null,
10541057
"pendingShieldCohort": null,
10551058
"pendingShieldCohortTxType": null,
1059+
"pna25Acknowledged": null,
10561060
"popupGasPollTokens": [],
10571061
"productTour": "accountIcon",
10581062
"recoveryPhraseReminderHasBeenShown": false,

test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-background-state.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"outdatedBrowserWarningLastShown": "object",
5353
"pendingShieldCohort": null,
5454
"pendingShieldCohortTxType": null,
55+
"pna25Acknowledged": null,
5556
"popupGasPollTokens": "object",
5657
"productTour": "accountIcon",
5758
"recoveryPhraseReminderHasBeenShown": true,

test/e2e/tests/metrics/state-snapshots/errors-before-init-opt-in-background-state.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"showShieldEntryModalOnce": "boolean",
5454
"pendingShieldCohort": null,
5555
"pendingShieldCohortTxType": null,
56+
"pna25Acknowledged": null,
5657
"appActiveTab": "object"
5758
},
5859
"BridgeController": {},

0 commit comments

Comments
 (0)