Page MenuHomePhabricator

Explore adding interactive Pixel tests
Closed, DuplicatePublic

Description

Right now all of our Pixel tests are static, but we should explore testing some basic interactive behavior as well. For example:

  • Opening dialogs; right now we can't VRT dialogs at all because they're initially closed
  • Opening menus; right now this prevents us from doing meaningful VRT for Combobox, Lookup, Select and TypeaheadSearch
  • Hover/active/focus states on various components
  • ...maybe other things?