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(codegen): add timeout to our actions, catch errors #5188

Merged
merged 1 commit into from Jan 27, 2021
Merged

fix(codegen): add timeout to our actions, catch errors #5188

merged 1 commit into from Jan 27, 2021

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Jan 27, 2021

Actions we perform during recording may fail for various reasons:
interrupted by the user, element selector changes, etc.

We should not wait for 30 seconds for the action to fail,
and should never have this._performingAction stuck as true
due to exception.

Fixes #5185, #5186.

Actions we perform during recording may fail for various reasons:
interrupted by the user, element selector changes, etc.

We should not wait for 30 seconds for the action to fail,
and should never have `this._performingAction` stuck as `true`
due to exception.
@pavelfeldman pavelfeldman merged commit 321a873 into microsoft:master Jan 27, 2021
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] Codegen does not record actions after pressing concrete keys
2 participants