Implement accessibilityLevel test in ScrollView Playground
Description
Type of Change
- Test case
Why
Implement accessibilityLevel in ScrollView
What
Implement accessibilityLevel in ScrollView which was missing in JS codebase. https://github.com/microsoft/react-native-windows/issues/14550
Screenshots
Before
importing scrollview from "react-native" shows error but importing from "react-native-windows" doesn't on js
After
Changelog
Should this change be included in the release notes: NO
I think accessibilityLevel should show up in the E2E snapshots: https://github.com/microsoft/react-native-windows/blob/40f17ad07074133d02b34efc65d36a64061fa4f6/packages/e2e-test-app-fabric/windows/RNTesterApp-Fabric/RNTesterApp-Fabric.cpp#L558
So you can probably add it to one of the E2E tests, and verify that it shows up in the snapshot.
I think accessibilityLevel should show up in the E2E snapshots:
https://github.com/microsoft/react-native-windows/blob/40f17ad07074133d02b34efc65d36a64061fa4f6/packages/e2e-test-app-fabric/windows/RNTesterApp-Fabric/RNTesterApp-Fabric.cpp#L558
So you can probably add it to one of the E2E tests, and verify that it shows up in the snapshot.
Updated PR description and code to avoid confusion.