const config: ScreenerTestsConfig = { steps: [ builder => builder .click('#set-height') .snapshot('Updates height to collide with top edge') .click('#reposition') .snapshot('Repositions properly'), ], }; export default config;