Skip to content

[Bug]: UI Mode collects 'git diff' for prompt only at launch time #35999

Closed as not planned
@mxschmitt

Description

@mxschmitt

Version

ToT

Steps to reproduce

  1. Start UI Mode
  2. Run a failing test
  3. Copy the Prompt
  4. Assert: Ensure that the Git diff is the same as your local git diff
  5. Make more local changes
  6. Run the failing test
  7. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions