Issue Details (XML | Word | Printable)

Key: CT-80
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Christian Schwarz
Reporter: Jonas
Votes: 0
Watchers: 1
Operations

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

WaitForElementPresent feature similar to Selenium IDEs waitForElementPresent command

Created: 22/Oct/08 08:24 AM   Updated: 03/Dec/08 02:17 AM   Resolved: 03/Dec/08 02:17 AM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.8.11


 Description  « Hide

Currently, if a user interaction has been selected the user can choose:
Transition reloads page:
-> No
-> Seconds to wait for result: ...

--> It would be useful to be able to define an element which need to be present before proceeding



Sort Order: Ascending order - Click to sort in descending order
Christian Schwarz added a comment - 03/Dec/08 02:17 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. The timeout can be set on the user interaction transition. Default is 20 sec. Can also be changed globally in test-project.properties.

I think this remedies the need for wait for a custom element present feature.