chromaui / chromatic-e2e

Archive end-to-end tests to be replayed in Storybook and Chromatic
MIT License
13 stars 3 forks source link

Do not assume where in the DOM tree the HTML element will be #103

Closed tevanoff closed 4 months ago

tevanoff commented 4 months ago

Issue: #

What Changed

This searches the DOM tree for the HTML element rather than assume it's in a given position.

How to test