@Test
    public void testEmptyPasswordCreatesCorrectPopup() {
        onView(ViewMatchers.withId(R.id.username)).perform(typeText("lol")).perform(closeSoftKeyboard());
        onView(ViewMatchers.withId(R.id.login_button)).perform(ViewActions.click());
        // Check if the popup is displayed