index.py
9.82 KB
-
Ensuring page is loaded belongs in the page object. · 18e1aaa3
TNL-4151 had previously been fixed to avoid a flaky condition; however, that only passed the flaky condition to a later point in the test. The proper fix is to ensure the page has loaded. Putting the definition in this method will mean that the page will wait to load with other functions, such as `DashboardPage.visit()`.
Ben Patterson committed