Arnau González
Arnau González
There is no Desktop mode any more, responsive always assumes mobile, so is not usable if you need to resize.
@dinamic how do you use the new entity manager to execute the migrations? From the container you can get the proper $em but then, the `addSql()` calls continue using the...
The radio buttons are often on their own which means there is no radio group. How do you do it in this case?
I'm not sure to get it, how would you select one of the two options given this code? ``` html PayPal Bank transfer ``` I select "Bank transfer" from "???"
Ok I understood you were refering to radio buttons inside a fieldset. But still in this case I've tried with: ``` I select "Bank transfer" from "method" I select "trans"...
There is no error but the radio button doesn't change, which makes the test fail later on. I tested it with Sahi and it does work with it. ``` "name":...
I was using the v1.1.1 because I'm unable to have Selenium2Driver 1.2.0 together with SahiDriver 1.1.0, one asks for mink 1.5 and to other 1.6. ``` behat/mink-selenium2-driver v1.2.0 requires behat/mink...
I have some legacy tests that for some reason work with Sahi and not with Selenium2, probably because Sahi is less strict in some aspects (buttons covered by a layer...
Well, I'll try to workaround it. In any case, the problem I see with the solution ``` I select "trans" from "method" ``` is that is not very "business people"...
I have a similar issue when not providing the token, the action is green but when you inspect the RD step then you see the error there, would help if...