Enter text into a username input field and verify the input value
Preconditions (2)
Step 1: Locate the username input field by its id 'username'
Step 2: Type the text 'testuser' into the username input field
Step 3: Verify that the username input field contains the text 'testuser'
✅ Expected Result: The username input field should display the text 'testuser' after typing