Skip to content
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

Impossible to select multiple values on <select> with 2.1 #115

Closed
tristanbes opened this issue Nov 10, 2011 · 3 comments
Closed

Impossible to select multiple values on <select> with 2.1 #115

tristanbes opened this issue Nov 10, 2011 · 3 comments

Comments

@tristanbes
Copy link

Hi,

Even that a new rules appears :

When /^(?:|I )additionally select "(?P<option>(?:[^"]|\\")*)" from "(?P<select>(?:[^"]|\\")*)"$/ - Selects additional option in select field with specified id|name|label|value.

When I write

`When I select "INST_1" from "installationsSelector"`
`And I additionally select "INST_0" from "installationsSelector"`

It just selects me the option INST_1 then it selects the INST_0, but the INST_1 is no longer selected.
http://screencast.com/t/FE49q23kr

I've tested with latest stable version of chrome

@tristanbes
Copy link
Author

Fixed by my mate here https://github.com/Behat/Mink/pull/116

@clemherreman
Copy link
Contributor

You should close this issue then =)

@tristanbes
Copy link
Author

yeah ofc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants