Verify typing text into a search input field
Preconditions (2)
Step 1: Open the browser and navigate to 'https://example.com/search'
Step 2: Locate the search input field by its id 'search-input'
Step 3: Type the text 'Selenium testing' into the search input field
Step 4: Verify that the input field contains the text 'Selenium testing'
✅ Expected Result: The search input field should display the typed text 'Selenium testing'