Peter Jaap Blaakmeer
Peter Jaap Blaakmeer
Workaround so far is to exclude the grid in the BL_CustomGrid configuration; add `cleansql/adminhtml_customreport_view_grid` as type, and `*` as rewrite class.
Cypress now has native support for that with `.selectFile()`; > Added a new Cypress command, called [.selectFile()](https://docs.cypress.io/api/commands/selectfile), to select a file or files in an HTML5 input element or simulate...
For some tests like reset password nieuws, newsletter subscription, order confirmation etc mails need te be received and read. For this purpose [Mailosaur](https://mailosaur.com/) can be used. A mailosaur API-key and...
## Description. Test all static content such as the header and footer are working correctly and that the homepage is working correctly. ## Tests - [ ] Tests if the...
## Description. Testing cache cleanup, indexing, tax, checking exceptions on all pages, etc. ## Tests - [ ] Admin panel is working properly - [ ] Orders are added correctly...
## Tests - [ ] it can open the default CMS page correctly - [ ] it shows the default 404 page on an non-existent route
## Tests - [x] it shows the contact form correctly - [ ] it cannot submit a form when no valid email address is entered - [x] it can submit...
Similar to the [paste image feature](https://github.com/asciidoctor/asciidoctor-intellij-plugin/pull/300/files), by using this feature you should be prompted for a file path to which it saves the clipboard contents. It should then include the...
The readme [here](https://github.com/Cotya/magento-composer-installer#update-the-installer) mentions 3.0.x but we're at 3.1.x now. Please update it to; ``` composer require --no-update "magento-hackathon/magento-composer-installer=3.1.*" composer update --no-plugins --no-scripts magento-hackathon/magento-composer-installer ``` I've also added quotes so...