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

Experimental test selector API #18607

Merged
merged 10 commits into from
May 5, 2020
Merged

Experimental test selector API #18607

merged 10 commits into from
May 5, 2020

Commits on May 5, 2020

  1. Test selector POC

    Brian Vaughn committed May 5, 2020
    Configuration menu
    Copy the full SHA
    fa7f3c9 View commit details
    Browse the repository at this point in the history
  2. Refactored selector API to support multiple types

    Selectors can now be: React component, accessibility role, display text, or data-testname.
    Brian Vaughn committed May 5, 2020
    Configuration menu
    Copy the full SHA
    825ad92 View commit details
    Browse the repository at this point in the history
  3. Fixed some Flow types and other CI failing things

    Brian Vaughn committed May 5, 2020
    Configuration menu
    Copy the full SHA
    aaadde4 View commit details
    Browse the repository at this point in the history
  4. Implemented the has() selector

    Brian Vaughn committed May 5, 2020
    Configuration menu
    Copy the full SHA
    f6a500d View commit details
    Browse the repository at this point in the history
  5. Tidied up; merged adjacent rects

    Brian Vaughn committed May 5, 2020
    Configuration menu
    Copy the full SHA
    9355113 View commit details
    Browse the repository at this point in the history
  6. Expose new test selector APIs to FB testing build

    Brian Vaughn committed May 5, 2020
    Configuration menu
    Copy the full SHA
    973a577 View commit details
    Browse the repository at this point in the history
  7. Remove attempts to determine is-focusable

    Instead, we'll just call .focus() and let the browser decide if it's focusable.
    Brian Vaughn committed May 5, 2020
    Configuration menu
    Copy the full SHA
    6e1f650 View commit details
    Browse the repository at this point in the history
  8. Changed .focus() call to also support SVG elements

    Brian Vaughn committed May 5, 2020
    Configuration menu
    Copy the full SHA
    7512519 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d910ab8 View commit details
    Browse the repository at this point in the history
  10. Pruned error codes

    Brian Vaughn committed May 5, 2020
    Configuration menu
    Copy the full SHA
    6f2096e View commit details
    Browse the repository at this point in the history