ptmkenny
ptmkenny
EDIT: Upon further debugging, this issue is caused by `drupal-extension 4.2.1`, not `drupal-driver`, so it should be moved to the other repo. After updating to `drupal-extension` 4.2.1 from 4.1.0: ```...
This is about **Bulma**. ### Overview of the problem This is about the Bulma **CSS framework** I'm using Bulma **version** [0.9.3] ### Description When I run the W3C Validator on...
The output directory can be set on the command line with `--out /tmp/my-report-directory`. However, the file name is either automatic or set in `config.yml`: ``` extensions: emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension: name: html renderer:...
The README says this: ``` In order to embed a screenshot, you will need to take a screenshot using your favourite webdriver and store it in the following filepath format:...
I tried to install this via composer using the instructions in the README, but it isn't working. **composer.json** ``` "require-dev": { "emuse/behat-html-formatter": "^0.2", ``` **behat.yml** ``` default: suites: default: contexts:...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
### Expected Behavior When I press the clipboard key, I see the clipboard history of things I have recently cut. The clipboard key is set to CMD+SHIFT+V. ### Actual Behavior...
Related issue: https://github.com/tinytacoteam/zazu/issues/118 (for Linux, this is for Windows) ### Expected Behavior When I type Chrome or Word, When I type Chrome or Word, I can launch the app by...
### Expected Behavior This is my first time to update Zazu. The program prompted me that an update was available. So I clicked OK, went to the website, and downloaded...
In my test to upload an audio file, I'm getting the following AJAX error. ``` And I attach the file "myfile.mp3" to "Add a new file" # Drupal\DrupalExtension\Context\MinkContext::attachFileToField() ┌─ @BeforeStep...