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

Unable to Write to Stdin After Getting Output #7

Closed
ebebbington opened this issue Sep 28, 2020 · 0 comments · Fixed by #19
Closed

Unable to Write to Stdin After Getting Output #7

ebebbington opened this issue Sep 28, 2020 · 0 comments · Fixed by #19
Labels
Bug Something isn't working as expected

Comments

@ebebbington
Copy link
Member

Describe the bug
This means we cant:

  1. assert url is (writes and reads output)
  2. click a button

Or anything that tries to write after reading. See denoland/deno#7727

To Reproduce

await dawn.assertUrlIs(...)
await dawn.click(...)
@ebebbington ebebbington added the Bug Something isn't working as expected label Sep 28, 2020
@ebebbington ebebbington mentioned this issue Oct 18, 2020
5 tasks
@crookse crookse changed the title Unable to Write to Stdin After Getting Output fix: Unable to Write to Stdin After Getting Output Oct 31, 2020
@crookse crookse changed the title fix: Unable to Write to Stdin After Getting Output Unable to Write to Stdin After Getting Output Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as expected
Development

Successfully merging a pull request may close this issue.

1 participant