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

Expand openClose commonTest util to account for components with closed/collapsed props #9511

Open
Elijbet opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
0 - new New issues that need assignment. p - medium Issue is non core or affecting less that 60% of people using the library testing Issues related to automated or manual testing.

Comments

@Elijbet
Copy link
Contributor

Elijbet commented Jun 4, 2024

Priority impact

p - medium

Test type

e2e

Which Component(s)

openClose commonTest util

Expand openClose commonTest util to account for components with closed/collapsed props in addition to open/expanded. openPropName currently only checks for either open or expanded.

  /**
   * Toggle property to test. Currently, either "open" or "expanded".
   */
  openPropName?: string;

tip, chip, and flow-item that use closed don't have openClose tests set up for them. Neither do panel and shell-panel that use collapsed. flow-item has both collapsed and close openClose commonTest util

@Elijbet Elijbet added testing Issues related to automated or manual testing. 0 - new New issues that need assignment. needs milestone Planning workflow - pending milestone assignment, has priority and/or estimate. labels Jun 4, 2024
@github-actions github-actions bot added the p - medium Issue is non core or affecting less that 60% of people using the library label Jun 4, 2024
@Elijbet Elijbet changed the title Expand openClose commonTest util to account for components with closed/collapsed props Expand openClose commonTest util to account for components with closed/collapsed props Jun 4, 2024
@Elijbet Elijbet self-assigned this Jul 25, 2024
@geospatialem geospatialem added this to the 2025-03-25 - Mar Release milestone Sep 6, 2024
@geospatialem geospatialem removed the needs milestone Planning workflow - pending milestone assignment, has priority and/or estimate. label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - new New issues that need assignment. p - medium Issue is non core or affecting less that 60% of people using the library testing Issues related to automated or manual testing.
Projects
None yet
Development

No branches or pull requests

2 participants