update more tests and snapshots

This commit is contained in:
Abbey Campbell
2025-12-03 16:11:15 -08:00
parent b8375e0254
commit caca94fb48
5 changed files with 14 additions and 22 deletions

View File

@@ -11,14 +11,6 @@ import faker from "tests/helpers/faker";
import { renderComponent } from "tests/helpers/render";
import setStoreStateLayout from "tests/helpers/setStoreStateLayout";
jest.mock( "@react-navigation/drawer", ( ) => {
const actualNav = jest.requireActual( "@react-navigation/drawer" );
return {
...actualNav,
useDrawerStatus: jest.fn( ( ) => false )
};
} );
const initialPersistedStoreState = useStore.getState( );
const mockUser = factory( "LocalUser", {

View File

@@ -122,7 +122,7 @@ exports[`CustomTabBar with advanced user layout should render correctly 1`] = `
],
]
}
testID="OPEN_DRAWER"
testID="OPEN_MENU"
>
<View
style={