Verify retry-ability of Cypress commands on a dynamic loading element
Preconditions (3)
Step 1: Open the web page
Step 2: Click the button with id 'load-content-btn'
Step 3: Wait for the dynamic content to appear inside the div with id 'dynamic-content'
Step 4: Verify that the dynamic content contains the text 'Content Loaded Successfully'
✅ Expected Result: The test should pass by retrying the command to find the dynamic content until it appears or timeout occurs