> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getdecipher.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Updating Tests

> Modify existing tests using Edit Mode

## Edit Mode

To modify an existing test:

1. Open a test from your [Tests dashboard](https://app.getdecipher.com/tests/suite)
2. Click **Edit Mode**
3. Change any existing step or add new ones
4. Save your changes

## Asking for Changes

Request modifications to existing tests using natural language.

1. Open a test from your [Tests dashboard](https://app.getdecipher.com/tests/suite)
2. In the **Change Request** panel, describe what you want to change
3. Reference specific steps using `@step1`, `@step2`, etc.
4. Click **Submit Change**

The system processes your request and shows a before/after comparison when complete.

**Example requests:**

* "Make @step3 wait longer for the button to appear"
* "Update @step1 and @step5 to use the new login form"
* "Add an assertion after @step2 to check the error message"

<Tip>
  Type `@` to see a dropdown of available steps. Use Shift+Enter for new lines.
</Tip>

## Change Status

Changes go through these stages:

| Status          | Description                          |
| --------------- | ------------------------------------ |
| **Pending**     | Queued for processing                |
| **In Progress** | Currently being modified             |
| **Completed**   | Ready to review                      |
| **Failed**      | Unable to process (review the error) |

Click on a completed change to see the step-by-step diff.
