Customize assertion timeout for element visibility
Preconditions (1)
Step 1: Visit the web page URL 'https://example.com/delayed-button'
Step 2: Wait for the button with id 'delayed-btn' to become visible with a custom timeout of 10 seconds
Step 3: Assert that the button is visible
✅ Expected Result: The test waits up to 10 seconds for the button to appear and passes if the button becomes visible within that time