-
-
Notifications
You must be signed in to change notification settings - Fork 70
Add waitUntil method to QtBot #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| return | ||
| else: | ||
| assert not timed_out(), 'waitUntil timed out in %s miliseconds' % timeout | ||
| self.wait(10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this should be an argument?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought about it, but didn't think it would end up being necessary... perhaps we should wait until someone asks for it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like a plan 😉
|
Merge? 😁 |
|
Yep! 👍 |
As we discussed during the sprint, adding a new
qtbot.waitUntilmethod.