Zoomed Image

Creating a New Audit audit

Edits applied

  • Recipe fix (select-audit-type-dialog): <!-- robot: ClickMenu "Create a New Audit" | PrintScreen "select-audit-type-dialog" --><!-- robot: ClickMenu "Incomplete Audits" | ClickMenu "Create a New Audit" "#centremenu" | PrintScreen "select-audit-type-dialog" -->. "Create a New Audit" is in the "Actions on Selected Audits" category (page-action menu on the Audits list), not a sidebar nav item. Applied page-action pattern: navigate to Incomplete Audits list, then open the page-action dropdown scoped to #centremenu.
  • Recipe fix (new-asset-audit-dialog): same transformation applied. The second screenshot (the audit dialog itself) follows immediately after the audit type selection, so the same navigation sequence is used.

Flagged for human review

  • Prose nav instruction: Line 11 says "go to Barcoding > Create a New Audit". Since "Create a New Audit" is a page-action (not a sidebar item), this nav path is misleading. The correct prose should be something like "go to Barcoding > Incomplete Audits and from the Actions on Selected Audits menu select Create a New Audit". Surgical prose fix needed.
  • Two-step dialog flow: The two screenshots (select-audit-type-dialog, then new-asset-audit-dialog) represent two sequential dialogs. The recipe for both uses the same navigation up to the first click. Robot will need to handle the audit type selection dialog (clicking OK/a type) between the two PrintScreen calls. The second recipe will capture only the first dialog state unless the type selection is also scripted. Consider whether a single recipe or a ClickRecord / ClickItem step is needed between them.

Notes

  • Page-action pattern used: Incomplete Audits → Create a New Audit "#centremenu". The "Actions on Selected Audits" subcategory label confirms this is the correct centremenu scope.