You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add rule to error against the detection of an implicit browser side wait. This can lead to brittle tests. The smart assertion timeouts should be used instead.
Feature Request
Add rule to error against the detection of an implicit browser side wait. This can lead to brittle tests. The smart assertion timeouts should be used instead.
Problem & Goal
Expected behavior
# Run Lint eslint ./tests/page.test.js
Should return an error on line 2, highlighting the
setTimeout(...)
. Recommend using TestCafe's built-in wait mechanism for selectors.The text was updated successfully, but these errors were encountered: