-
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
New Release #311
New Release #311
Conversation
@aik099 after you will be okay with changes, I'll squash changes into one commit. |
Merging, thanks @oleg-andreyev . I don't have permission on Packagist (to update releases list) / GitHub (to create releases). This is where @stof should take on the lead. Also release date in |
We were depending on We'll update to |
Replaced with 1.4.x-dev minkphp/MinkSelenium2Driver#311
@aik099 if you could tag the 1.4.0 release on GitHub, Packagist might take care of itself (if it's set to auto-update). |
@greg-1-anderson , unfortunately I can't (see #311 (comment)). I was hoping that @stof had corresponding permissions on Packagist/GitHub or that maybe @everzet can grant us both with such permissions for all Mink repositories (main one, test suite and all drivers). |
Related discussion: #313 (doesn't mean we should change anything on our side). |
there is no change to do on Packagist. It picks the tag automatically. |
I could have guessed that since |
@oleg-andreyev , we need to create new release on GitHub side with correct notes and that will trigger tag creation and that will be picked up by Packagist. |
It would still be very good to actually push the tag in git, or make the tag on github as a release. Packagist will automatically update, but as of right now, there is no 1.4.0 release. |
c.f. #269 |
1.4.0 / 2019-08-28
Bug fixes:
change
JS event upon input value is change (fixes auto-complete control testing in Google Chrome)clickOnElement
method wasn't working when Selenium 3 with Firefox GeckoDriver was usedChanges:
New features:
getDesiredCapabilities
method for fetching current desired capabilitiesTestsuite:
Misc:
setDesiredCapabilities
method combines default capabilities with user provided onessetDesiredCapabilities
method will throw an exception, when used on a started sessioncloses #284