TestPage.js 147 B

1234567891011
  1. module.exports = {
  2. props: {
  3. text: 'Test page text',
  4. timeout: 1000,
  5. },
  6. elements: {
  7. body: {
  8. selector: 'body',
  9. },
  10. },
  11. };