diff options
Prevent completedUiMigration popup from appearing in integration tests.
Diffstat (limited to 'development/states/send-new-ui.json')
-rw-r--r-- | development/states/send-new-ui.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/states/send-new-ui.json b/development/states/send-new-ui.json index b8a3ff128..8709d096b 100644 --- a/development/states/send-new-ui.json +++ b/development/states/send-new-ui.json @@ -116,7 +116,8 @@ "preferences": { "useNativeCurrencyAsPrimaryCurrency": true, "showFiatInTestnets": true - } + }, + "completedUiMigration": true }, "appState": { "menuOpen": false, |