From 90b407beda71b1a3d8e0bf24fef7398f36501c1b Mon Sep 17 00:00:00 2001 From: Jerome Marc Date: Tue, 11 Jun 2024 14:32:22 +0100 Subject: [PATCH] Update inventory.yml Added page and feature for Inventory Staleness and Deletion. --- data/inventory.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/inventory.yml b/data/inventory.yml index 2403975..16648bf 100644 --- a/data/inventory.yml +++ b/data/inventory.yml @@ -37,6 +37,9 @@ inventory: Groups view: url_rules: - /insights/inventory/groups/** + Staleness and deletion: + url_rules: + - /insights/inventory/staleness-and-deletion features: _scope: '[data-ouia-app-id="inventory"]' "System row - Button: Delete": @@ -78,3 +81,6 @@ inventory: "Edge systems - Edge Tab across Insights": selectors: - '[data-ouia-bundle="insights"] [aria-label="Immutable tab"]' + "Staleness and deletion - Save button": + selectors: + - '[data-ouia-component-id="OUIA-Generated-Button-primary-1"]'