mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

When the list of highlighted elements changes over time, we should update the elements marked as `__playwright_target__` in the snapshot. A good example is an `expect(locator).toHaveText([...])` where the list of elements changes from 4 items to 3 after clicking a "Delete" button.