Skip to content

Commit c2e95d8

Browse files
authored
Remove unused states (#8345)
These state files were snapshots of the Redux state used for integration tests that have since been removed. Only three of these states were still used - the three that correspond with the remaining integration tests. The default state used when the test environment is spun up was changed to be the first of these three (`confirm sig requests`) so that the old default state could safely be removed as well.
1 parent 5ee1291 commit c2e95d8

38 files changed

+1
-6016
lines changed

development/mock-dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (routerPath) {
4242
queryString = qs.parse(routerPath.split('?')[1])
4343
}
4444

45-
selectedView = queryString.view || 'send new ui'
45+
selectedView = queryString.view || 'confirm sig requests'
4646
const firstState = states[selectedView]
4747
updateQueryParams(selectedView)
4848

development/states/account-detail-with-shapeshift-tx.json

-161
This file was deleted.

development/states/account-detail-with-transaction-history.json

-127
This file was deleted.

development/states/account-detail.json

-85
This file was deleted.

0 commit comments

Comments
 (0)