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

fix(testing): prevent find from throwing error when query has no match #5641

Merged
merged 3 commits into from
Apr 9, 2024

Commits on Apr 8, 2024

  1. fix(testing): prevent find from throwing error when query has no match

    This commit fixes an issue w/ our Puppeteer testing implementation where the `find()` method would throw an error if the query had no matching elements.
    
    Fixes: #5639
    
    STENCIL-1256
    tanner-reits committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c4522d9 View commit details
    Browse the repository at this point in the history
  2. it likes this better

    tanner-reits committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7bcc4fb View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. add non-shadow tests

    tanner-reits committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e70dab3 View commit details
    Browse the repository at this point in the history