Skip to content

Commit 6b9eebf

Browse files
2 parents 8fdd447 + b7d1cea commit 6b9eebf

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

rca-demo/unstyled.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,41 +60,47 @@ <h2>Section 3: Orient to the RCA Workbench</h2>
6060
<ul>
6161
<li class="interactive"
6262
data-targetaction="highlight"
63-
data-reftarget="TODO-REPLACE:div[data-testid='rca-workbench-timeline']"
63+
data-reftarget="div.h-full.w-full.overflow-y-scroll.block"
6464
data-requirements="exists-reftarget"
6565
data-doit="false">
6666
<span class="interactive-comment"><strong>Timeline</strong>: shows anomalies and state over time for selected entities.</span>
6767
Examine the timeline visualization.
6868
</li>
69-
<!-- TODO: Replace selector above with the actual timeline container testid/selector. -->
7069

7170
<li class="interactive"
7271
data-targetaction="highlight"
73-
data-reftarget="TODO-REPLACE:button[data-testid='rca-tab-graph']"
72+
data-reftarget="button[data-testid='data-testid Tab Graph']"
7473
data-requirements="exists-reftarget"
7574
data-doit="false">
7675
<span class="interactive-comment"><strong>Graph tab</strong>: pivots to a service graph to understand relationships and blast radius.</span>
7776
Inspect the Graph tab control.
7877
</li>
79-
<!-- TODO: Replace with the actual tab button selector for Graph. -->
8078

8179
<li class="interactive"
8280
data-targetaction="highlight"
83-
data-reftarget="TODO-REPLACE:button[data-testid='rca-tab-timeline']"
81+
data-reftarget="button[data-testid='data-testid Tab Timeline']"
8482
data-requirements="exists-reftarget"
8583
data-doit="false">
8684
<span class="interactive-comment"><strong>Timeline tab</strong>: returns to the timeline-centric view.</span>
8785
Inspect the Timeline tab control.
8886
</li>
89-
<!-- TODO: Replace with the actual tab button selector for Timeline. -->
9087

91-
<li class="interactive"
88+
<!-- <li class="interactive"
9289
data-targetaction="highlight"
9390
data-reftarget="TODO-REPLACE:button[data-testid='rca-kpi-icon']"
9491
data-requirements="exists-reftarget"
9592
data-doit="false">
9693
<span class="interactive-comment"><strong>KPI icon</strong>: opens a drawer with service/database KPIs, properties, traces, and logs.</span>
9794
Locate the KPI icon for a selected entity.
95+
</li> -->
96+
97+
<li class="interactive"
98+
data-targetaction="hover"
99+
data-reftarget="div[data-cy='wb-list-item']:first-child"
100+
data-requirements="exists-reftarget"
101+
data-doit="false">
102+
<span class="interactive-comment"><strong>KPI icon</strong>: opens a drawer with service/database KPIs, properties, traces, and logs.</span>
103+
Hover over the first entry and click the KPI icon.
98104
</li>
99105
<!-- TODO: Replace with the actual selector for the KPI icon adjacent to an entity. -->
100106
</ul>
@@ -107,15 +113,17 @@ <h2>Section 4: Investigate the Initial Change</h2>
107113
data-targetaction="sequence"
108114
data-reftarget="span#initial-change">
109115
<ul>
116+
117+
110118
<li class="interactive"
111119
data-targetaction="highlight"
112-
data-reftarget="TODO-REPLACE:div[data-testid='rca-insight-item']:first-of-type"
120+
data-reftarget="div[data-intercom-target='wb-list'] > div.grid.wb-item"
113121
data-requirements="exists-reftarget"
114122
data-doit="false">
115123
<span class="interactive-comment">Highlight the first <strong>insight</strong> for the incident, e.g. <em>productCatalogReadFromPostgres</em> feature flag state change.</span>
116124
Examine the first insight.
117125
</li>
118-
<!-- NOTE: If demo data lacks this insight, this will remain a show-only explanation. Adjust when data is available. -->
126+
<!-- NOTE: This opens the first drawer, assuming it is the right one... -->
119127
</ul>
120128
</span>
121129

0 commit comments

Comments
 (0)