def test_login_with_invalid_data(app): app.go_to_home_page() app.login(User.random_data()) assert app.is_not_logged_in()