The 10-second timeout for the connect button click is significantly longer than the 5-second timeout used for the Next button. Consider using a consistent timeout value or documenting why this specific button requires a longer timeout.
.click({ timeout: 5000 })
The 10-second timeout for the connect button click is significantly longer than the 5-second timeout used for the Next button. Consider using a consistent timeout value or documenting why this specific button requires a longer timeout.
Originally posted by @copilot-pull-request-reviewer in MunyayLLC/https-github.com-joe10832-onchaintestkit#75 (comment)