Skip to content

Commit 3314020

Browse files
committed
netpyne-103 Fix "gids" step in tutorial 1
1 parent 9c94380 commit 3314020

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

webapp/redux/reducers/data/tutorial_steps.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,9 +814,10 @@ const tutorial_steps = [
814814
),
815815
content: (
816816
<div>
817-
<p>Click "gids" then select "cell 0"</p>
817+
<p>Hover on "gids" then select "cell 0"</p>
818818
</div>
819819
),
820+
waitFor: 'fieldEdition'
820821
},
821822
{
822823
target: 'div.MuiPaper-elevation0 div.MuiBox-root div.MuiFormControl-root input.MuiFilledInput-input:not([id])',
@@ -826,8 +827,11 @@ const tutorial_steps = [
826827
content: (
827828
<div>
828829
<p>Click again on "Cells to include" to validate the selection</p>
830+
<p>Click then on "Next" to continue the tutorial</p>
829831
</div>
830832
),
833+
// waitFor: 'click',
834+
collectionIndex: 1
831835
},
832836
{
833837
target: '#simConfiganalysisiplotTracesoverlay',

0 commit comments

Comments
 (0)