elm-program-test icon indicating copy to clipboard operation
elm-program-test copied to clipboard

Add support for Browser.Dom (tasks)

Open avh4 opened this issue 6 years ago • 1 comments

What would someone want to assert when testing programs that use Browser.Dom?

avh4 avatar Jun 27 '19 05:06 avh4

I've used the getViewport and setViewport functions for smooth scrolling to a desired element. I'm not sure if I want to explicitly test this behavior but I do have a UI explorer where it would be nice to let it get effects from the UI it's displaying and simulate the smooth scrolling (the UI explorer can't just pass along cmds since the UI might make requests to a production API).

MartinSStewart avatar Nov 17 '20 12:11 MartinSStewart