Skip to content

Commit a328be6

Browse files
committed
Added selector to highlight a drawer.
1 parent 41ad476 commit a328be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rca-demo/unstyled.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ <h2>Section 4: Investigate the Initial Change</h2>
106106
<ul>
107107
<li class="interactive"
108108
data-targetaction="highlight"
109-
data-reftarget="TODO-REPLACE:div[data-testid='rca-insight-item']:first-of-type"
109+
data-reftarget="div[data-intercom-target='wb-list'] > div.grid.wb-item"
110110
data-requirements="exists-reftarget"
111111
data-doit="false">
112112
<span class="interactive-comment">Highlight the first <strong>insight</strong> for the incident, e.g. <em>productCatalogReadFromPostgres</em> feature flag state change.</span>
113113
Examine the first insight.
114114
</li>
115-
<!-- NOTE: If demo data lacks this insight, this will remain a show-only explanation. Adjust when data is available. -->
115+
<!-- NOTE: This opens the first drawer, assuming it is the right one... -->
116116
</ul>
117117
</span>
118118

0 commit comments

Comments
 (0)