File tree Expand file tree Collapse file tree
app/components/Views/Wallet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,28 +45,6 @@ describeForPlatforms('Wallet', () => {
4545 ) . toBeOnTheScreen ( ) ;
4646 } ) ;
4747
48- it ( 'scan button is not rendered when account menu is enabled' , ( ) => {
49- const { queryByTestId } = renderWalletView ( {
50- overrides : {
51- settings : {
52- basicFunctionalityEnabled : true ,
53- } ,
54- engine : {
55- backgroundState : {
56- MultichainNetworkController : {
57- isEvmSelected : true ,
58- } ,
59- RewardsController : {
60- activeAccount : null ,
61- } ,
62- } ,
63- } ,
64- } as unknown as Record < string , unknown > ,
65- } ) ;
66-
67- expect ( queryByTestId ( WalletViewSelectorsIDs . WALLET_SCAN_BUTTON ) ) . toBeNull ( ) ;
68- } ) ;
69-
7048 it ( 'navigates to Settings when hamburger menu button is pressed' , async ( ) => {
7149 const { getByTestId, findByTestId } = renderWalletViewWithRoutes ( {
7250 extraRoutes : [
You can’t perform that action at this time.
0 commit comments