Convert the following Chrome DevTools Recorder steps into lean, clean, human-readable Jira "Steps to reproduce".
Goal:
Create concise Jira reproduction steps that match the recorded ShareX video of the Chrome DevTools Recorder replay.
Rules:
- Keep only user-relevant and business-relevant actions.
- Convert technical Recorder actions into human UI actions.
- Remove CSS selectors, XPath, coordinates, offsets, durations, timeouts, generated IDs, internal DOM paths and duplicate micro-steps.
- Do not include implementation details in the Steps to reproduce.
- Use visible UI labels where possible. If no visible label exists, use the business name of the element.
- Group low-level actions into meaningful business steps.
- Keep the result short:
- 3–5 steps for simple bugs
- 5–8 steps for normal UI flows
- max. 10 steps only if absolutely necessary
- Put setup data into "Preconditions", not into the steps.
- Do not mix Expected result or Actual result into the steps.
- Do not invent missing data. If a label or value is unclear, mark it as [to be confirmed].
- Mask sensitive data, personal data, tokens, customer data and credentials.
- Mention that a ShareX video of the Chrome DevTools Recorder replay is attached.
- Output in concise German Jira style.
Required output format:
Preconditions:
- ...
Steps to reproduce:
- ...
- ...
- ...
Expected result:
...
Actual result:
...
Evidence:
Ein ShareX-Video des Chrome-DevTools-Recorder-Replays ist dem Ticket beigefügt.
Recorder steps:
[paste Recorder steps or JSON here]