Currently, playtest tests the last state of the graph.
To test: Make a new graph with a hello world. Try playtest, should return nothing. Try playtest again, should return input.
This was probably always a bug, actually, but we didn't notice because process graph was being called on every action. As we are not processing every action, we'll need to call the process graph before playtesting.