-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed dropTo() drop behaviour #203
Conversation
At the moment !this->wdSession()->buttonup() is called before the javascript is prepared and executed, what caused the dropping to fail. $this->wdSession()->buttonup() is now called after preparing the script.
Have you created PR based on latest |
Yes it should, i forked the master repo and applied the change on that. On 05.03.2015 14:27, Alexander Obuhovich wrote:
|
I wonder why then I see you've sent PR from Could you please add a test, that will prove that we no longer have this issue? |
this is weird, because it tells us that there are conflicts. |
@stof , see header at https://github.com/netdudes/MinkSelenium2Driver (fork). It says it's forked from The fork should be from https://github.com/minkphp/MinkSelenium2Driver instead. |
In fact tests should go to Mink repo (separate PR) so that we can check that all drivers support that drop event properly. |
Ah ok, ill have a look. My colleague did the fork. I'll correct it, sorry for Just decline it. When i'm home ill prepare it correct and add a test for you. On 05.03.2015 14:34, Alexander Obuhovich wrote:
|
I'm not sure if can swap out forks and keep same PR. In next PR you'll be creating create topic branch from |
you don't need to recreate the fork actually (it is not important for this case). However, you should add a remote for the Mink repo locally (instead of the Behat repo), fetch the latest upstream master, and then rebase your PR on top of the latest master branch |
@senaria , it appears, that PR was closed by GitHub automatically as result of your fork removal. Please send another PR from correct fork/branch. |
At the moment !this->wdSession()->buttonup() is called before the javascript is prepared and executed, what caused the dropping to fail.
Closes #20