Oleg Andreyev
Oleg Andreyev
https://github.com/minkphp/Mink/pull/772
@stof @aik099 ready for review. this probably will be a bit harder because need to sync changes across 3 repos: Mink, Testsuite and this repo. I've added "TO BE REVERTED"...
https://github.com/minkphp/Mink/pull/772 https://github.com/minkphp/driver-testsuite/pull/30
From provided exception and HTML it seems that label is covering element, try adding z-index to input element
> What fixes it is removing code added in this commit or adding long sleep(); after $element->postValue(array('value' => array($value))); so there is enough time to get localizations from db. If...
@suswari because it should be `pageLoad`, see comment from https://github.com/minkphp/MinkSelenium2Driver/issues/122#issuecomment-36230907
@stof https://github.com/minkphp/driver-testsuite/pull/30
@aik099 I’m okay 1.7.2 will just PR probably tomorrow
@SassNinja great question! Currently we are also researching "micro frontends" and we've raised similar question internally. One solution what we will try is to mark React as external dependency in...
after creating `sortArrs[0]`, we're creating `sortArrs[2]` instead of `sortArrs[1]`, and because sequences is broken (not 0,1,2...) `sortArrs.length` will be 3, instead of 2