Verify input field value and button attribute
Preconditions (1)
Step 1: Locate the input field with id 'username' and type 'testuser'
Step 2: Locate the input field with id 'username' and verify its value is 'testuser'
Step 3: Locate the submit button with id 'submit-btn' and verify it has attribute 'type' with value 'submit'
✅ Expected Result: The input field contains the typed value 'testuser' and the submit button has the correct 'type' attribute set to 'submit'