test-state
test-state copied to clipboard
Allow post-assertion state modification
Currently state modification occurs before assertions. Add ability to tie a state update to an action, but have it run after successful post-action assertion.
(Currently using *.emptyAction.updateState(...)
as a workaround)