mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
* Return nil instead of empty array when no accessibility elements are found. Fixes #1954. * Use nullability annotations to fix static analyzer warnings. * Add UI test target. * Add UI test to make sure web view stays accessible. * Revert "Add UI test to make sure web view stays accessible." This reverts commit 00253f49a0af329602b0d9709b58bc92dcd90147. * Revert "Add UI test target." This reverts commit 288b5e0f564ef3ba3fb5568baa832bc03124cdc9. * Add unit test to make sure accessibility elements are correct when a WKWebView is wrapped in an ASDisplayNode.