Nico Haase

Results 42 comments of Nico Haase

Why not simply call the other test function first? Why not refactor your tests to have a single method that inserts the data, and call this method from both test...

> @NicoHaase why not just use something that is available in phpunit called `@depends`? Because that is not supported by this bundle, and I wanted to show you a way...

> I am a freelance. And I have many different clients with many different server specs: i can't have a différent VM for all my clients. One of my client...

FYI: I've just rebased the PR to cover the changes in the JS parts introduce in v3.3.0

@javiereguiluz after having released EA v4, I'd be happy to rebase this branch. Do you see any chance that this gets merged?

https://github.com/EasyCorp/EasyAdminBundle/pull/4368 already contains a POC, maybe it could help to inspire further work on this topic?

@THedoux, as reported at https://github.com/minkphp/MinkSelenium2Driver/issues/254, Firefox and Selenium 3.x are incompatible with this driver :(

I got it done anyway, but my point is not that I personally seeked help, but that the documentation about how to install lacks some details

Triggering it manually seems possible, as documented on https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation#validating_forms_using_javascript. For the given field with a `required` attribute, we could check it through ``` document.getElementById('ean').reportValidity() ``` If this returns `false`, sending...

@weaverryan I've started working on this in a branch, but I'm struggling with generating the dist files. Is there any trick to do that? The error messages on my system...