Skip to content

Commit

Permalink
[TextFields] Add pre-verification hook for snapshot tests. (#6131)
Browse files Browse the repository at this point in the history
Adds a new pre-verification hook for test classes to implement if they need to
perform any additional configuration or customization before the snapshot is
generated. For example, RTL tests need to be able to change the base writing
direction of any `input` text after it's set but before the snapshot image is
captured.

Part of #5762
Prework for #6122
  • Loading branch information
Robert Moore committed Dec 27, 2018
1 parent 77ea164 commit ef7be24
Show file tree
Hide file tree
Showing 3 changed files with 633 additions and 0 deletions.

0 comments on commit ef7be24

Please sign in to comment.