verify_action
Verify persistence of destructive actions (delete, edit, toggle) by navigating to a page and checking for the expected change. Use after a success message to confirm the action actually took effect.
Instructions
Verify that a destructive action actually persisted by navigating to a page and checking.
Call this AFTER performing a delete, edit, or toggle and seeing a success message. Navigates to verify_url (or the current page via GET) and checks whether the expected change is reflected in the page content.
Args: action_type: One of "delete", "edit", or "toggle" target_text: For delete: the text of the deleted item. For edit: the NEW value you entered. verify_url: URL to navigate to for verification (e.g. the list page or edit page). If empty, navigates to the current URL via GET.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_type | Yes | ||
| target_text | Yes | ||
| verify_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |