The login form comes with client-side validation: submitting with empty fields shows an error message, while submitting with valid data shows a success message. Your task is to cover both paths: first submit the empty form so the error appears, then fill in the fields and submit again.
This scenario is a multi-step flow — each step must be performed in order.
page is already available — write your code below.