Verifies that submitting an incorrect password in the admin auth dialog
does not navigate to AdminDashboardFragment. The container should still
hold ProfileFragment after the failed attempt.
Verifies that submitting the correct password in the admin auth dialog
navigates to AdminDashboardFragment. The UserDB in the dialog is mocked
so that the updateUser() call does not reach Firebase.