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(screenshots): prevent infinite blocking #3

Merged
merged 1 commit into from Oct 7, 2019

Conversation

Thomaash
Copy link
Member

@Thomaash Thomaash commented Oct 5, 2019

Global functions alert and confirm block and never return without user action which won't happen in headless mode. This fix makes these functions return immediately.

This also improves tests to catch more issues with screenshots (like timing out or not generating one per example).

Global functions alert and confirm block and never return without user
action which won't happen in headless mode. This fix makes these
functions return immediately.

This also improves tests to catch more issues with screenshots (like
timing out or not generating one per example).
@Thomaash Thomaash requested a review from mojoaxel October 5, 2019 13:44
Copy link
Member

@mojoaxel mojoaxel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Thomaash Thomaash merged commit b28725c into master Oct 7, 2019
@Thomaash Thomaash deleted the screenshot-blocking branch October 7, 2019 07:49
@vis-bot
Copy link
Collaborator

vis-bot commented Oct 7, 2019

🎉 This PR is included in version 1.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants