Jonathan Hedstrom

Results 43 issues of Jonathan Hedstrom

``` PHP Fatal error: Class '\Drupal\Driver\Fields\Drupal7\DefaultHandler' not found in drush/behat-drush-endpoint/behat-drush-common.inc on line 41 PHP Stack trace: PHP 1. {main}() /home/travis/.composer/vendor/drush/drush/drush.php:0 PHP 2. drush_main() /home/travis/.composer/vendor/drush/drush/drush.php:12 PHP 3. Drush\Boot\BaseBoot->bootstrap_and_dispatch() /home/travis/.composer/vendor/drush/drush/includes/preflight.inc:66 PHP 4....

bug

To prevent regressions similar to #423 we should test Drupal 7 with Symfony 3.

enhancement

Our Composer installation docs are years out of date. As noted on their site: > WARNING: Please do not redistribute the install code. It will change with every version of...

bug
good first issue

In #62 the performance of login and logout was discussed. This ticket is to track improvements for the login action. Ideally this could be done directly via the API (for...

enhancement

Due to the way `Drupal\DrupalExtension\Context\Environment\Reader::findSubContextClasses()` is currently working, filtering a feature file by line number is broken. ``` vendor/bin/behat --profile=drupal8 features/d8.feature:7 No scenarios No steps 4m55.46s (20.82Mb) In ExerciseController.php line...

bug

Similar to https://github.com/jhedstrom/DrupalDriver/pull/189 but this will drastically simplify our testing setup.

enhancement

In #419 the Drush Behat Endpoint testing was removed since it is not yet ported to Drush 9. This issue is to track re-enabling it once it is ported to...

### Summary Fixes issue #2075 by not setting `display: none` and instead leaves the element focusable for browsers that implement client-side validation. Please double-check that: - [x] All changes were...

When a project's files grow beyond a certain point, the `grunt validate` task stops working since every single file to be validated is passed to the `phpcs` command. The error...

Initial research and work for issue #247.

epic-Tests