annotate core/tests/Drupal/Nightwatch/Pages/TestPage.js @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents
children
rev   line source
Chris@5 1 module.exports = {
Chris@5 2 props: {
Chris@5 3 text: 'Test page text',
Chris@5 4 timeout: 1000,
Chris@5 5 },
Chris@5 6 elements: {
Chris@5 7 body: {
Chris@5 8 selector: 'body',
Chris@5 9 },
Chris@5 10 },
Chris@5 11 };