-
Stop reporting the expected value when an
assert.equal
step fails because it's also reported in the step description.✘ Counter should be 666. -- Got 777, expected 666. is now ✘ Counter should be 666. -- Got 777.
-
Much better handling of multiline string assertion failures
✘ Message should be what even is this. -- Got what the hell is this, expected what even is this. is now ✘ Message should be: what even is this Got: what the hell is this
-
Added convenience methods
domAsButton
whereverdomAsHtml
existsdomAsInput
whereverdomAsHtml
existsdomAsTextArea
whereverdomAsHtml
existsdomsAsButton
whereverdomsAsHtml
existsdomsAsInput
whereverdomsAsHtml
existsdomsAsTextArea
whereverdomsAsHtml
exists
-
Upgrade dependencies
- Scala 2.13.2
- scala-collection-compat 2.1.6
- scalas-dom 1.0.0
- scalas-react 1.7.0
- scalas-java-time 1.0.0
- UnivEq 1.2.1