-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
TrayIcon integration tests #16154
TrayIcon integration tests #16154
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
# Conflicts: # samples/IntegrationTestApp/MainWindow.axaml.cs
Good: added macOS tests. |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as outdated.
This comment was marked as outdated.
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
Nice! I've only had my Linux laptop to test on, did the crashes that #16024 fixed replicate on platforms other than Linux?? |
@logiclrd no, I wasn't able to replicate any crashes on other platforms. But it's still better to have these tests, especially when we get Linux tests running as well. |
* Add accessibility ID to the TrayPopupRoot on Windows * [Windows] Add left click and menu item click e2e tests for TrayIcon * [Windows] Add TrayIcon visibility toggle tests * Implement macOS tray icon tests * Make it easier to read tray icon logs * Try to handle win10 accessibility names * Try to upload PageSource * Set condition: always * Hopefully, it works on CI * Try to upload PageSource AvaloniaUI#2 * Fix win10, hopefully for the last time
What does the pull request do?
Continues #16024.
Before we didn't have any integration tests for tray icon. Now we have some: