When using 'Transition reloads page: Yes', waitForPageToLoad is called with the test default timeout value, but the following tests are executed immediately (without waiting for the pageload to complete).
The wait for page to load feature has been rewritten in CubicTest 1.8.11. Now there is a timeout for asserting each element instead, and not a "global" wait for page to load. Better for Ajax and JavaScript issues. A custom timeout can be set on the user interaction transition. Default is 20 sec. Can also be changed globally in test-project.properties.
Christian Schwarz added a comment - 03/Dec/08 02:11 AM The wait for page to load feature has been rewritten in CubicTest 1.8.11. Now there is a timeout for asserting each element instead, and not a "global" wait for page to load. Better for Ajax and JavaScript issues. A custom timeout can be set on the user interaction transition. Default is 20 sec. Can also be changed globally in test-project.properties.
The wait for page to load feature has been rewritten in CubicTest 1.8.11. Now there is a timeout for asserting each element instead, and not a "global" wait for page to load. Better for Ajax and JavaScript issues. A custom timeout can be set on the user interaction transition. Default is 20 sec. Can also be changed globally in test-project.properties.