playwright/packages/playwright-core/src/server/trace
Dmitry Gozman 3c5967d4f5
fix(trace viewer): clear old highlighted elements upon change (#32917)
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.
2024-10-02 23:48:26 -07:00
..
recorder fix(trace viewer): clear old highlighted elements upon change (#32917) 2024-10-02 23:48:26 -07:00
test feat(trace): highlight strict mode violation elements in the snapshot (#32893) 2024-10-02 00:00:45 -07:00
viewer chore: pass cli config overrides straight to test server (#32818) 2024-09-25 19:45:59 -07:00