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

tests: adjust for Thunderbird 128 #102

Merged
merged 3 commits into from
Oct 3, 2024
Merged

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e46af5f View commit details
    Browse the repository at this point in the history
  2. ci: drop R4.1, add R4.3

    marmarek committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    248b820 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. tests: adjust for 'push button' -> 'button' role change

    Thunderbird 128 on Fedora 41 has buttons as 'button' role, instead of
    'push button' that was before. This means the button() function cannot
    be used anymore (it looks for 'push button' role), use child(...,
    roleName='button') instead.
    It's unclear whether that's about Thunderbird version or some library
    (GTK?) version.
    marmarek committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0595841 View commit details
    Browse the repository at this point in the history