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

Add option to wait before taking screenshot #3

Merged
merged 4 commits into from
Feb 26, 2024

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    f726a3f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    7d139a9 View commit details
    Browse the repository at this point in the history
  2. Add test expectation

    otsch committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b6badac View commit details
    Browse the repository at this point in the history
  3. Make rgb values flexible for tests

    Actually the value should be rgb(255,0,0) but on my machine locally the
    actual color in the screenshot is something like rgb(234, 51, 34). I
    checked the actual screenhot. Don't know why that is. Keep this flexible
    setup until I find out.
    otsch committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3b9f957 View commit details
    Browse the repository at this point in the history