I am trying to test my Login Component that is embedded in a Context. Provider in the App:
function App() { const [user, setUser] = useState(null); c