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
There should not be any explicit waits inside of any test hooks like test.before(() => {}) to wait for page loading.
Problem & Goal
Tests become brittle when tests individually have their own wait timers. Specific pages should use the Page Model abstraction to define waits for the specific pages to load.
Expected behavior
The text was updated successfully, but these errors were encountered:
Feature Request
There should not be any explicit waits inside of any test hooks like
test.before(() => {})
to wait for page loading.Problem & Goal
Tests become brittle when tests individually have their own wait timers. Specific pages should use the Page Model abstraction to define waits for the specific pages to load.
Expected behavior
The text was updated successfully, but these errors were encountered: