Verify the number of items in a list on the webpage
Preconditions (2)
Step 1: Open the webpage URL
Step 2: Locate the list container with id 'item-list'
Step 3: Count the number of child elements with class 'list-item' inside the list container
Step 4: Verify that the count matches the expected number (5)
✅ Expected Result: The list contains exactly 5 items with class 'list-item'