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

feat(driver): Unselect all selected options with cy.select([]) #18329

Merged
merged 3 commits into from
Oct 2, 2021

Conversation

davidmunechika
Copy link
Contributor

@davidmunechika davidmunechika commented Oct 1, 2021

User facing changelog

Users can use cy.select([]) to clear any selected options in a multi-value select.

Additional details

This follows the existing pattern that passing an array into cy.select() will unselect the other options. For example, cy.select(['Foo', 'Bar', 'Baz') then cy.select(['Foo']) will only select 'Foo' and unselect the other options.
Previously, an error would be thrown if an empty array was passed into cy.select(), but this change allows the existing pattern to be extended to include clearing all selected options with cy.select([]).

PR Tasks

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Oct 1, 2021

Thanks for taking the time to open a PR!

@davidmunechika davidmunechika self-assigned this Oct 1, 2021
@cypress
Copy link

cypress bot commented Oct 1, 2021



Test summary

4204 0 50 2Flakiness 0


Run details

Project cypress
Status Passed
Commit 3c2f558
Started Oct 1, 2021 8:52 PM
Ended Oct 1, 2021 9:02 PM
Duration 09:37 💡
OS Linux Debian - 10.9
Browser Chrome 94

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@davidmunechika davidmunechika marked this pull request as ready for review October 1, 2021 14:16
@davidmunechika davidmunechika requested a review from a team as a code owner October 1, 2021 14:16
@davidmunechika davidmunechika requested review from flotwig and jennifer-shehane and removed request for a team October 1, 2021 14:16
@chrisbreiding chrisbreiding self-requested a review October 1, 2021 19:50
Copy link
Contributor

@chrisbreiding chrisbreiding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

@jennifer-shehane jennifer-shehane merged commit bfba82d into develop Oct 2, 2021
@davidmunechika davidmunechika deleted the issue-4318-empty-array-clear-select branch October 4, 2021 13:31
tgriesser added a commit that referenced this pull request Oct 8, 2021
* develop: (31 commits)
  fix: `everyNthFrame` should only be applied for Chrome 89+ (#18392)
  docs: General updates to contributing guide (#18283)
  chore: Update Chrome (beta) to 95.0.4638.40 (#18389)
  chore: use circleci timings split for e2e tests (#18367)
  fix: fixed title (#18370)
  chore(deps): update dependency electron to v14 🌟 (#18384)
  chore(server): share client route (#18215)
  fix: Prevent Cypress from crashing when argument parsing "spec: {}" (#18312)
  chore: update husky dev dependency to v7 (#18345)
  feat: add defineConfig function to help type config (#18302)
  chore: Update Chrome (stable) to 94.0.4606.71 (#18324)
  feat: allow to use TypeScript in the config file (#18300)
  allow select to be called with empty array (#18329)
  fix(vite-dev-server): windows `supportFile` + preserve optimize entries (#18286)
  chore: fix semantic-release dry run (#18332)
  fix(driver): improve status_code_flags_invalid error message (#18316)
  chore(deps): update dependency electron to v13.5.0 🌟 (#18318)
  chore: Update Chrome (stable) to 94.0.4606.61 and Chrome (beta) to 95.0.4638.32 (#18229)
  fix(proxy-logging): use constant consoleProps object (#18207)
  feat(driver): Add "overwrite" option to cy.screenshot() (#18280)
  ...
tgriesser added a commit that referenced this pull request Oct 8, 2021
* develop: (33 commits)
  fix: remove .json check from require_async, prevent child_process spawn (#18416)
  percy snapshot the tooltip visually, prevent it from being hidden
  fix: `everyNthFrame` should only be applied for Chrome 89+ (#18392)
  docs: General updates to contributing guide (#18283)
  chore: Update Chrome (beta) to 95.0.4638.40 (#18389)
  chore: use circleci timings split for e2e tests (#18367)
  fix: fixed title (#18370)
  chore(deps): update dependency electron to v14 🌟 (#18384)
  chore(server): share client route (#18215)
  fix: Prevent Cypress from crashing when argument parsing "spec: {}" (#18312)
  chore: update husky dev dependency to v7 (#18345)
  feat: add defineConfig function to help type config (#18302)
  chore: Update Chrome (stable) to 94.0.4606.71 (#18324)
  feat: allow to use TypeScript in the config file (#18300)
  allow select to be called with empty array (#18329)
  fix(vite-dev-server): windows `supportFile` + preserve optimize entries (#18286)
  chore: fix semantic-release dry run (#18332)
  fix(driver): improve status_code_flags_invalid error message (#18316)
  chore(deps): update dependency electron to v13.5.0 🌟 (#18318)
  chore: Update Chrome (stable) to 94.0.4606.61 and Chrome (beta) to 95.0.4638.32 (#18229)
  ...
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

Successfully merging this pull request may close these issues.

Add a way to clear selection with cy.select()
3 participants