The question was given to me in a recitation and the teacher assistant isn't available at the moment. The counter-example we were given was to define: $$\phi = p_1 \cup p_2$$ $$\psi_1 = p_1$$ $$\psi_2 = p_2$$ And then to look at $v_1$ $v_2$ where: $$v_1(\psi_1) = v_1(p_1) = t , v_1(\psi_2) = v_1(p_2) = f$$ $$v_2(\psi_1) = v_2(p_1) = f , v_2(\psi_2) = v_2(p_2) = t$$ We then get $v_2(\phi) = v_2(p_1 \cup p_2) = t$ and $v_1(\phi) = v_1(p_1 \cup p_2) = t$ therefore $\phi$ doesn't satisfy $\psi_1$ or $\psi_2$.
I would like to understand why this counter-example works because for me it looks like the two insertions still satisfy $p_1$ or $p_2$.