Skip to content

Commit 41ad476

Browse files
committed
Began adding some initial selectors.
1 parent 65ecf9e commit 41ad476

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

rca-demo/unstyled.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,33 +60,30 @@ <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

9188
<li class="interactive"
9289
data-targetaction="highlight"

0 commit comments

Comments
 (0)