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 await interactions use cases #51

Merged
merged 6 commits into from
Nov 19, 2021
Merged

Conversation

shilman
Copy link
Member

@shilman shilman commented Nov 19, 2021

Issue: #48 #49

What Changed

  • Fixed () => userEvent.click(...) return value cases that don't need await
  • Fixed Foo.play(context) play function reuse that does need await
  • Fixed Foo.play!(context) play function reuse that does need await

Checklist

Check the ones applicable to your change:

  • Ran yarn update-all
  • Tests are updated
  • Documentation is updated

Change Type

Indicate the type of change your pull request is:

  • maintenance
  • documentation
  • patch
  • minor
  • major

@shilman shilman added the bug Something isn't working label Nov 19, 2021
@shilman shilman requested a review from yannbf November 19, 2021 10:22
@yannbf yannbf added patch Increment the patch version when merged release Create a release when this pr is merged labels Nov 19, 2021
@yannbf
Copy link
Member

yannbf commented Nov 19, 2021

Looking great! Thanks @shilman <3

@yannbf yannbf merged commit edbb4b0 into main Nov 19, 2021
@yannbf yannbf deleted the fix/await-interactions-use-cases branch November 19, 2021 11:34
@github-actions
Copy link

🚀 PR was released in v0.4.2 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working patch Increment the patch version when merged release Create a release when this pr is merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants