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

chore: sort the frameworks select dropdown in a more logical way #21553

Merged
merged 2 commits into from
May 23, 2022

Conversation

lmiller1990
Copy link
Contributor

@lmiller1990 lmiller1990 commented May 19, 2022

User facing changelog

Sort the frameworks in a more structured manner on the select framework screen.

Additional details

Put in alphabetical order.

Open to other ways to order the list, just threw this together since the current list is just in an arbitrary order.

How has the user experience changed?

image

PR Tasks

  • Have tests been added/updated?
  • Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
  • Has a PR for user-facing changes been opened in cypress-documentation?
  • Have API changes been updated in the type definitions?
  • Have new configuration options been added to the cypress.schema.json?

@cypress-bot
Copy link
Contributor

cypress-bot bot commented May 19, 2022

Thanks for taking the time to open a PR!

@lmiller1990 lmiller1990 changed the title sort the frameworks in a more logical way chore: sort the frameworks select dropdown in a more logical way May 19, 2022
@lmiller1990 lmiller1990 requested review from marktnoonan, elevatebart and emilyrohrbough and removed request for tgriesser May 19, 2022 02:08
@cypress
Copy link

cypress bot commented May 19, 2022



Test summary

37456 0 454 0Flakiness 5


Run details

Project cypress
Status Passed
Commit 47eaed7
Started May 23, 2022 2:44 AM
Ended May 23, 2022 3:03 AM
Duration 19:14 💡
OS Linux Debian - 10.11
Browser Multiple

View run in Cypress Dashboard ➡️


Flakiness

commands/actions/click.cy.js Flakiness
1 ... > scroll-behavior > can scroll to and click elements in html with scroll-behavior: smooth
commands/net_stubbing.cy.ts Flakiness
1 network stubbing > intercepting request > can delay and throttle a StaticResponse
e2e/origin/commands/assertions.cy.ts Flakiness
1 cy.origin assertions > #consoleProps > .should() and .and()
cypress/proxy-logging.cy.ts Flakiness
1 Proxy Logging > request logging > xhr log has response body/status code when xhr response is logged second
2 Proxy Logging > request logging > xhr log has response body/status code when xhr response is logged second

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

Copy link
Contributor

@elevatebart elevatebart left a comment

Choose a reason for hiding this comment

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

I like this new order. Only comment is: If we ever need to change order again in the future, it could be made easier in the code.

I would prefer a manually set array of keys, clearer and more explicit.
It would be easier to adjust if we need to.

@jennifer-shehane
Copy link
Member

@lmiller1990 Can you create a corresponding Jira issue to track this work?

I would prefer just alphabetical as an aside. If this screenshot reflects the current state, it still looks illogical to me.

@jennifer-shehane jennifer-shehane removed the request for review from emilyrohrbough May 19, 2022 15:16
@lmiller1990
Copy link
Contributor Author

@jennifer-shehane done, also just changed to alphabetical order, much more simple + added tests.

@emilyrohrbough
Copy link
Member

@lmiller1990 which screenshot is the source of truth? Looks like neither screenshot is in alphabetical order, so I feel like i'm missing something.

@lmiller1990 lmiller1990 force-pushed the lmiller1990/improve-sorting-in-wizard branch from 24a975c to ff425a6 Compare May 23, 2022 02:31
@lmiller1990
Copy link
Contributor Author

@emilyrohrbough oops, I've updated the screenshot.
@ZachJW34 reverted the changed you pointed out we don't need anymore.

thanks!

@ZachJW34 ZachJW34 merged commit cfc59d8 into 10.0-release May 23, 2022
@ZachJW34 ZachJW34 deleted the lmiller1990/improve-sorting-in-wizard branch May 23, 2022 16:27
tgriesser added a commit that referenced this pull request May 25, 2022
…pack

* develop:
  test(launchpad): skip failure due to recaptcha on windows, enable more windows jobs (#21620)
  docs: add "Steps to test" to PR template (#21606)
  feat: (origin) handle waiting for aliased intercepts (#21579)
  fix: handle git watch error (#21600)
  fix: Successfully create new specs files that do not have a known extension (#21593)
  chore: release 9.7.0
  fix: do not allow experimentalSessionAndOrigin to be available in CT … (#21588)
  chore: sort the frameworks select dropdown in a more logical way (#21553)
  Trigger Build
  fix: disable ct testing when run via binary (#21540)
  chore: Update Chrome (beta) to 102.0.5005.61 (#21556)
  chore: release @cypress/react-v5.12.5
  fix: add support for Next.js v12.1.6 (#21516)
  chore: release @cypress/schematic-v1.7.0
  feat(cypress/schematic): add headed option and other fixes (#21415)
  chore: release @cypress/vite-dev-server-v2.2.3
  fix: handle specs with white space in vite-dev-server (#21386)
  Empty commit
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.

5 participants