Issue Details (XML | Word | Printable)

Key: CT-70
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Christian Schwarz
Reporter: Dan West
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
CubicTest

waitForPageToLoad doesn't wait for page to load

Created: 31/Jul/08 10:20 AM   Updated: 03/Dec/08 02:11 AM   Resolved: 03/Dec/08 02:11 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8.11

Environment: Windows XP Pro, Eclipse 3.3.2, Eclipse GEF 3.2.2, CubicTest 1.8.6, IE6, Firefox 2/3


 Description  « Hide

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).

See also:
SRC-302: http://jira.openqa.org/browse/SRC-302
CT-36: http://jira.openqa.org/browse/CT-36



Sort Order: Ascending order - Click to sort in descending order
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.