Clear text from an input field on a web form
Preconditions (2)
Step 1: Open the web page with the input field
Step 2: Locate the input field by its id 'username'
Step 3: Clear the existing text from the input field
Step 4: Verify that the input field is empty
✅ Expected Result: The input field with id 'username' is empty after clearing