Chris Burgess
Chris Burgess
This is a PSA, not an issue against this project. (Unless JSON specifies that sort order is undetermined?) When applying patches from a dependency which is hosted on Gitlab's Composer...
I have a site which sends emails with subject like "Your order 123 is confirmed" and would like to test for presence of the order confirmation email using [rpkamp/mailhog-behat-extension](https://github.com/rpkamp/mailhog-behat-extension); in...
At line 67, we currently check `instanceof Tablenode`, but since the class isn't introduced with `use` we check for `instanceof Drupal\DrupalExtension\Context\TableNode` which doesn't exist. ## Steps to reproduce This should...
OK, this uses xpath to locate the element summary text which needs clicking to expand. So on a create node form, you might `Then I expand details labelled "Menu settings"`,...
Wait for AJAX to complete on Behat's :Behat\MinkExtension\Context\MinkContext::attachFileToField()
Drupal 8 Media performs AJAX after a file is selected in the media upload widget, and we should wait for that to complete. - https://github.com/Behat/MinkExtension/blob/80f7849ba53867181b7e412df9210e12fba50177/src/Behat/MinkExtension/Context/MinkContext.php#L200-L219
We have incomplete coverage of form elements for checkboxes with the additional region context. ```feature Given I follow/click :link in the :region( region) Given I press :button in the :region(...
Hi there ## Motivation / backstory I'm interested to use this tool to send messages from Gitlab CI to our internal Matrix to report build success/failure. Currently from the docs...
| Q | A |---------------- | ------ | Library version | pugx/badge-poser | PHP version | v3.7.0 ### Support Question When these badges are added to a package's README, applications...
### Enhancement Type Improve an existing feature ### Describe the enhancement In https://github.com/itzg/docker-minecraft-server/pull/379 it became possible to add a resource pack via setting `RESOURCE_PACK`. Awesome! However, if you do this...