puppeteer/test/assets/input
Jack Franklin 28797dee41
chore: migrate tests to TypeScript (#6075)
This CL migrates all the tests to TypeScript. The main benefits of this is that we start consuming our TypeScript definitions and therefore find errors in them. The act of migrating found some bugs in our definitions and now we can be sure to avoid them going forwards.

You'll notice the addition of some `TODO`s in the code; I didn't want this CL to get any bigger than it already is but I intend to follow those up once this lands. It's mostly figuring out how to extend the `expect` types with our `toBeGolden` helpers and some other slight confusions with types that the tests exposed.

Co-authored-by: Mathias Bynens <mathias@qiwi.be>
2020-06-23 07:18:46 +02:00
..
button.html Mouse (#101) 2017-07-21 20:29:31 -07:00
checkbox.html Test: add tests to cover clicking checkbox (#1125) 2017-11-07 20:38:22 -08:00
fileupload.html Implement Page.uploadFile (#61) 2017-07-10 11:21:46 -07:00
keyboard.html fix(firefox): keyboard tests (#4082) 2019-02-27 15:13:17 -08:00
mouse-helper.js chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
rotatedButton.html fix(clicking): handle negative area results in computeQuadArea (#3413) 2018-10-25 11:41:37 -07:00
scrollable.html Mouse (#101) 2017-07-21 20:29:31 -07:00
select.html fix(Page.select): synthesized events should bubble 2017-10-07 10:27:38 -07:00
textarea.html chore: migrate tests to TypeScript (#6075) 2020-06-23 07:18:46 +02:00
touches.html [api] add touchScreen.tap (#639) 2017-09-01 19:03:51 -07:00