Thanks @dawehner
Things we should validate:
- What makes sense in JS
- What already exists in nightwatch and we should not duplicate. Having some form of "BC" layer would help to port the existing tests though
- Figure out whether we want all the negations etc.
Custom commands
Coming from core/tests/Drupal/Tests/BrowserTestBase.php.
Custom asserts
Coming from vendor/behat/mink/src/WebAssert.php as well as core/tests/Drupal/Tests/WebAssert.php.
Thanks @dawehner
Things we should validate:
Custom commands
Coming from
core/tests/Drupal/Tests/BrowserTestBase.php.Custom asserts
Coming from
vendor/behat/mink/src/WebAssert.phpas well ascore/tests/Drupal/Tests/WebAssert.php.