const config: ScreenerTestsConfig = { steps: [ builder => builder .click('#above') .snapshot('Sets positions to above') .click('#before') .snapshot('Sets positions to before'), ], }; export default config;