Skip to content

Commit f99b4bc

Browse files
committed
Fix issue with cell type selection on tutorial 1
1 parent 92b219c commit f99b4bc

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

webapp/redux/reducers/data/tutorial_steps.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,19 @@ const tutorial_steps = [
8888
target: 'div[id*="netParamspopParams"][id*="cellType"]',
8989
title: 'Cell Population Creation',
9090
content: (
91-
<p>Set the Cell type to the "pyr" cell we imported earlier</p>
91+
<p>Select the cell type to the one we imported earlier ("pyr")</p>
92+
// <p>Set the Cell type to the "pyr" cell we imported earlier</p>
93+
),
94+
waitFor: 'click',
95+
grabGlobalClick: true
96+
},
97+
{
98+
target: 'li[data-value^="pyr"]',
99+
title: (
100+
<div>Population Creation</div>
101+
),
102+
content: (
103+
<p>Select "pyr"</p>
92104
)
93105
},
94106
{

0 commit comments

Comments
 (0)