Brian
Brian
In RawDrupalContext, there is an AfterScenario that deletes roles that were programmatically created by other step definitions that were executed: ``` /** * Remove any created roles. * * @AfterScenario...
I'm writing a scenario where I need to create some roles with specific permissions, and I want to provide the name of the role. The existing roleCreate methods for the...
I'm working on an upgrade from version 3.4.1 to 4.1.0. I had a feature like this: ``` Scenario: SVG images can be uploaded to the media library Given I am...
**Describe the bug** BLT's pre-commit hook is hard-coded to execute a bunch of validations, like for composer, yaml, and twig files. These validations occur even if there are no files...
A few months ago, this commit [introduced code](https://github.com/gregjacobs/Autolinker.js/commit/8acb9fe1573834c8e93b851df4d12988ba3fbd68#diff-82b20029bc72a465c97585b744fa885bR209) that uses the `.find` method on an array, which is not available in IE11 and under. I think that's OK, it's not...
When parsing a response from a CAS server's /samlValidate endpoint, this library [loads the response into a DOM object](https://github.com/apereo/phpCAS/blob/master/source/CAS/Client.php#L2065) and does some basic validation on the data to ensure integrity....
The `DriverInterface` currently has method `getCookie($name) {}`, but it lacks `getCookies()`. This would be helpful in cases where the name of the cookie needed is not known. I understand this...
I'm curious, is there a way to render a partial menu containing siblings (and maybe children) of the current menu item? Given a menu tree: ``` Items --> Bat -->...