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

Introduce a getRect utility function for the integration tests #18154

Merged
merged 1 commit into from
May 23, 2024

Commits on May 23, 2024

  1. Introduce a getRect utility function for the integration tests

    Over time the number of integration tests that get the rectangle for a
    given selector has increased quite a bit, and the code to do so has
    consequently become duplicated.
    
    This commit refactors the integration tests to move the rectangle
    fetching code to a single place, which reduces the code by over 400
    lines and makes the individual tests simpler.
    timvandermeij committed May 23, 2024
    Configuration menu
    Copy the full SHA
    145d660 View commit details
    Browse the repository at this point in the history