Verify parent command usage to find child element
Preconditions (2)
Step 1: Open the web page at 'http://localhost:3000/items'
Step 2: Locate the <ul> element with id 'item-list'
Step 3: Use the parent command to find the <li> child elements inside the <ul>
Step 4: Verify that the first <li> element contains the text 'Item 1'
✅ Expected Result: The first <li> child element inside the <ul> with id 'item-list' contains the text 'Item 1'