Verify button click inside Shadow DOM updates text
Preconditions (1)
Step 1: Locate the custom element with id 'shadow-host'
Step 2: Access its Shadow DOM
Step 3: Find the button inside the Shadow DOM with class 'shadow-button'
Step 4: Click the button
Step 5: Verify that the paragraph inside the Shadow DOM with class 'shadow-text' updates to 'Button clicked!'
✅ Expected Result: After clicking the button inside the Shadow DOM, the paragraph text updates to 'Button clicked!'