waitForPageToLoad doesn't wait

Normally you do not need waitForPageToLoad at all. It is more of an old Selenium IDE command that is really needed in UI Vision, since it waits automatically for a page to load.

Only when this fails do you need it, or use XClick (Image for which to wait for) as admin suggested.