Skip to content

Allow setting default waitFor() time #68

@aleksslitvinovs

Description

@aleksslitvinovs

To simplify TestUI usage and to reduce the amount of code, it would be nice to create waitFor() that doesn't require any parameters (while still keeping the current implementation) that uses some default value specified in Configuration.java.

Example usage

// current usage
someElement.waitFor(10).untilIsVisible().click();

// proposed usage
someElement.waitFor().untilIsVisible().click();

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions