Skip to main content

Editing and Updating Tests

Designs evolve, and your tests should too. Here's how to edit and update existing tests to keep them aligned with your current designs.

Editing a Test

  1. Open the test you want to modify
  2. Click the "Edit" button in the top right
  3. Make your changes to steps, settings, or references
  4. Click "Save Changes"

Updating Baselines

When your design intentionally changes, update the test baseline:

  1. Run the test to capture the new state
  2. Review the differences
  3. Click "Accept as New Baseline" for intentional changes
  4. The test will now compare against the updated baseline

Bulk Editing

To update multiple tests at once:

  1. Select tests using the checkboxes
  2. Click "Bulk Actions"
  3. Choose the property to update (viewport, browser, priority, etc.)
  4. Apply the change to all selected tests

Version History

Every edit is tracked. To view previous versions of a test:

  1. Open the test
  2. Click "History" in the sidebar
  3. Browse previous versions and restore if needed