Clear text from input fields on a form
Preconditions (1)
Step 1: Locate the input field with id 'username' and enter the text 'testuser'
Step 2: Locate the input field with id 'email' and enter the text 'testuser@example.com'
Step 3: Clear the text from the 'username' input field
Step 4: Clear the text from the 'email' input field
✅ Expected Result: Both 'username' and 'email' input fields are empty after clearing