We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think 47d8cad may have broken our test suite on pages that have multiple drop downs.
HTML for repro:
<!DOCTYPE html> <html> <body> <select id="test-select"> <option value="r">Red</option> <option value="g">Green</option> <option value="b">Blue</option> </select> <br /> <select id="test-select2"> <option value="r">Red</option> <option value="g">Green</option> <option value="b">Blue</option> </select> </body> </html>
Canopy Tests for Repro:
"multiple drop downs" &&& fun _ -> url "testpage.html" "#test-select" << "g" "#test-select2" << "b" "#test-select" == "Green" "#test-select2" == "Blue"
BUG: when selecting "b" on the second dropdown list, it's actually changing the first dropdown list
The text was updated successfully, but these errors were encountered:
Thanks will get it fixed this weekend
Sorry, something went wrong.
5bfc001
Sorry about that!
You can find the fixed version of canopy here https://www.nuget.org/packages/canopy/0.9.50
Thanks for the bug report and repo steps!!
Thank you for the quick update! verified on our end.
No branches or pull requests
I think 47d8cad may have broken our test suite on pages that have multiple drop downs.
HTML for repro:
Canopy Tests for Repro:
BUG: when selecting "b" on the second dropdown list, it's actually changing the first dropdown list
The text was updated successfully, but these errors were encountered: