Waiting for knockout.js bindings to be complete before starting UI-test
As always when UI-testing javascript heavy code with ajax calls going around you might end up with some timing issues. The problem is that it’s not easy for the poor driver to know when the page is finished and the test can start. Recently I had the task of writing some UI-tests for a page …