-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#35437Closed
Copy link
Labels
a: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)a: desktopRunning on desktopRunning on desktopa: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specifically
Description
We currently run hundreds of tests on the platform-agnostic components of the macOS accessibility implementation, but we don't yet test that we can get the C++ node wrapper class (AXPlatformNodeMac) that corresponds to a given AXNode or that we can get the native Objective-C macOS accessibility object (AXPlatformNodeCocoa) from an AXPlatformNode.
Add an initial test that supports adding further platform-specific tests of these wrappers.
Metadata
Metadata
Assignees
Labels
a: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)a: desktopRunning on desktopRunning on desktopa: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specifically
Type
Projects
Status
Done