-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add example of checking selected option #23
Comments
Good suggestion! |
how to get selected dropdown value in first place ! |
Hi, can I pick this one up please? |
absolutely, feel free to make a pull request with example!
…On Wed, Nov 14, 2018 at 8:29 AM Jeremy Bowden ***@***.***> wrote:
Hi, can I pick this one up please?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACHAptjeUwV94DsmkJfeSyVerpPYxeXCks5uvBrCgaJpZM4QRFTs>
.
--
Dr. Gleb Bahmutov, PhD
Schedule video chat / phone call / meeting with me via
https://calendly.com/bahmutov
[email protected] @bahmutov <https://twitter.com/@bahmutov>
https://glebbahmutov.com/ https://glebbahmutov.com/blog
https://github.com/bahmutov
|
Thanks. Can you confirm I'll need change these two files. Sorry if this seems obvious but this is my first contribution so I want to make sure. |
Submitted Pull Request. A couple of the tests are failing. |
I am looking at the failing CI runs - one of them is super weird, trying to investigate the root cause |
is this issue resolved? |
This was not closed - the initial PR got stuck on some CI checks and the CLA was never signed by the author. Would be welcome to new PR. |
Hi!, Can I work on this? |
@HiramZamoranoC Yes |
is there any update on this? |
@jennifer-shehane This is really blocking our testing |
@swathisham This is an issue to add an example to our repo, simply documentation. This has nothing to do with the functionality of the Cypress application and could not be blocking your tests. |
🎉 This issue has been resolved in version 1.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Seems some users are struggling to correctly assert selected option. For example in
Which does not need
wait(1000)
and the value should be "GB"We should put the example under "select in actions" https://example.cypress.io/commands/actions
The text was updated successfully, but these errors were encountered: