Test Case

You might say

Write a failed-login test case so another person can use the same account and steps and see the same result.

A test case is one repeatable check that states preparation, action, input, and expected result.Prepare a registered account, enter its email with a wrong password, submit, and expect an explanation without entering the account page. This lets people or automation check the same thing. “Test login” is a test plan, not one executable case.
Test Case
Further reading