Hervé Donner
Hervé Donner
Thanks for this example @Berdir On my side, using v4.0.1 and v4.1.0 it didn't work with a `BeforeScenario`. I have overridden the `login` method and set the cookie there, which...
Sure, this is the context I added to the `behat.yml`in `default.suites.default.contexts` section: ```
Hello everyone, I just attempted an update from v4.0.1 to v4.1.0 and I also run into issues with big pipe now. I tried the BigPipeContext from https://github.com/jhedstrom/drupalextension/pull/325 but this doesn't...
I didn't run composer during git bisect. Commenting [those lines](https://github.com/jhedstrom/drupalextension/commit/f0ecbb4645a0a0abb9128aa66d27823e7516c7ec#diff-0505ac65973bf9791f1c963b5fe6c61eR85-R88) causes the issue to disappear. ``` // Log the user in on the backend if possible. if ($this->driverManager->getDriver() instanceof AuthenticationDriverInterface)...
I'm seeing the same issue. It looks like it is coming from pdepend, specifically `\PDepend\Source\Language\PHP\AbstractPHPParser::parseFunctionOrClosureDeclaration` The comment for the `ASTFunction` is the wrong one (it is set to the last...
Amazing, thanks @kylekatarnls
Quick update: Running the config import from UI (at /admin/config/development/configuration) works without issue, so this looks specific to drush. I think `drush_backend_batch_process` should be triggered at the very end of...
This seems like a Flickr issue. - images work: https://www.flickr.com/services/oembed/?format=json&url=https://flic.kr/p/2pebRPK - albums don't work: https://www.flickr.com/services/oembed/?format=json&url=https://flic.kr/s/aHBqjB47HN I also found [this](https://core.trac.wordpress.org/ticket/50172#comment:2) discussion in wordpress. So I assume Flickr would first needs to...