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 UI tests #951

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Fix UI tests #951

merged 1 commit into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. Fix UI tests

    This shouldn't have made it onto `main`, but was able to as a result of
    the bug described in #947.
    
    While we're here, add an `assert!` that prevents us from running UI
    tests when the `derive` feature is disabled. The `derive` feature is
    required in order for UI tests to produce sensible output, and running
    without it enabled is a common source of mis-steps when developing that
    ends up slowing us down.
    
    This will need to merge before #948 can merge.
    joshlf committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8ba25f0 View commit details
    Browse the repository at this point in the history