Skip to content
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

fix(dialogs): let click timeout, log information about dialogs #2781

Merged
merged 1 commit into from
Jul 2, 2020
Merged

fix(dialogs): let click timeout, log information about dialogs #2781

merged 1 commit into from
Jul 2, 2020

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Jul 1, 2020

We should not stall selector actions because of dialogs and properly timeout instead. For this, we should not await the handle.dispose() call because it will never happen while dialog is shown.

Also, log information about dialogs to make it easier to debug.

Fixes #2200.

@dgozman dgozman changed the title fix(dialogs): do not stall click and log info fix(dialogs): resolve click promise, log information about dialogs Jul 1, 2020
@dgozman dgozman changed the title fix(dialogs): resolve click promise, log information about dialogs fix(dialogs): let click timeout, log information about dialogs Jul 1, 2020
We should not stall selector actions because of dialogs
and properly timeout instead. For this, we should not await
the handle.dispose() call because it will never happen
while dialog is shown.

Also, log information about dialogs to make it easier to debug.
@dgozman dgozman merged commit 19abc9b into microsoft:master Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Click operation doesn't timeout when there is an alert
2 participants