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
- Open the test you want to modify
- Click the "Edit" button in the top right
- Make your changes to steps, settings, or references
- Click "Save Changes"
Updating Baselines
When your design intentionally changes, update the test baseline:
- Run the test to capture the new state
- Review the differences
- Click "Accept as New Baseline" for intentional changes
- The test will now compare against the updated baseline
Bulk Editing
To update multiple tests at once:
- Select tests using the checkboxes
- Click "Bulk Actions"
- Choose the property to update (viewport, browser, priority, etc.)
- Apply the change to all selected tests
Version History
Every edit is tracked. To view previous versions of a test:
- Open the test
- Click "History" in the sidebar
- Browse previous versions and restore if needed