The systemtests right now are rather unreliable and that seems to be mainly due to the JS not being completely loaded after a page change. Specifically our tests seem to fail because we are on a list view and then directly do some action (like clicking "new" in the toolbar) and the JS not having attached the events to the buttons yet. This PR introduces a check if the JS is ready.
thx