Closed anovazzi1 closed 4 days ago
This pull request refactors the Document QA test to improve timeout handling. It updates the code to use waitForSelector instead of waitForTimeout for better synchronization.
waitForSelector
waitForTimeout
This pull request refactors the Document QA test to improve timeout handling. It updates the code to use
waitForSelector
instead ofwaitForTimeout
for better synchronization.