avh4 / elm-program-test

Test Elm programs
https://elm-program-test.netlify.com/
MIT License
93 stars 27 forks source link

Parse "Query.find always expects to find 1 element, but it found 2 instead." errors #154

Open avh4 opened 2 years ago

avh4 commented 2 years ago

Bug introduced in 3.6.2.

<body>
    <button>A</button>
    <button>A</button>
</body>
ProgramTest.clickButton "A"

TODO: