Update @ember/test-helpers to v0.7.26. #339
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release notes
#410 Use
assign
instead of deprecatedmerge
. (@wagenet)#397 Add
typeIn
helper to triggerkeyup
,keypress
andkeyup
events when filling inputs. (@mfeckie)#398 Add options to
click
,doubleClick
, andtap
. (@BryanCrotaz)#387 Update
buildMouseEvent
to useMouseEvent
constructor if it is present. (@ggayowsky)#391 Add numbers to
keyFromKeyCode
. (@localpcguy)#392 Include selector in
waitFor()
's default timeout message. (@gabrielgrant)#382 Add
doubleClick
helper. (@mmun)#413 Clear requests array when tearing down. (@hjdivad)
#404 Fix
getRootElement
failing whenApplication.rootElement
is an element. (@apellerano-pw)#408 Update
setupApplicationContext
documentation. (@vitch)#340 Add some specific documentation for uploading files. (@jrjohnson)
#396 docs(api): try fixing
getSettledState
list. (@knownasilya)#199 Replace hard-coded guides link with /current. (@acorncom)
#386 Fix
waitFor
return value documentation. (@pcambra)#412 Work around downstream dependencies dropping Node 4 without major bump. (@rwjblue)