-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
What happens if I put an expect() within the retry block?
retry.run(function() {
// This would throw a failed expectation error because
// the div does not appear for 3 seconds.
expect($('#creatediv').isPresent()).toBeTruthy();
}, 5000);Would be possible to avoid failing the test with the jasmine error unless the retry block fails, in this case after 5 secs?
Metadata
Metadata
Assignees
Labels
No labels