We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b219c commit f99b4bcCopy full SHA for f99b4bc
1 file changed
webapp/redux/reducers/data/tutorial_steps.js
@@ -88,7 +88,19 @@ const tutorial_steps = [
88
target: 'div[id*="netParamspopParams"][id*="cellType"]',
89
title: 'Cell Population Creation',
90
content: (
91
- <p>Set the Cell type to the "pyr" cell we imported earlier</p>
+ <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>
104
)
105
},
106
{
0 commit comments