Closed as not planned
Description
Version
ToT
Steps to reproduce
- Start UI Mode
- Run a failing test
- Copy the Prompt
- Assert: Ensure that the Git diff is the same as your local git diff
- Make more local changes
- Run the failing test
- Assert: Ensure that the Git diff is the new updated local git diff
Expected behavior
Git diff gets updated and does not only get calculated at launch time of UI Mode.
Actual behavior
Its the old one.
Additional context
It gets calculated once at npx playwright test --ui
time.
Environment
N/A