You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should not mock the database methods when doing E2E tests. The purpose of E2E tests is to test the entire flow of the application, including the interaction with the real database, to ensure everything works together as expected.
You should not mock the database methods when doing E2E tests. The purpose of E2E tests is to test the entire flow of the application, including the interaction with the real database, to ensure everything works together as expected.