We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c94380 commit 3314020Copy full SHA for 3314020
1 file changed
webapp/redux/reducers/data/tutorial_steps.js
@@ -814,9 +814,10 @@ const tutorial_steps = [
814
),
815
content: (
816
<div>
817
- <p>Click "gids" then select "cell 0"</p>
+ <p>Hover on "gids" then select "cell 0"</p>
818
</div>
819
820
+ waitFor: 'fieldEdition'
821
},
822
{
823
target: 'div.MuiPaper-elevation0 div.MuiBox-root div.MuiFormControl-root input.MuiFilledInput-input:not([id])',
@@ -826,8 +827,11 @@ const tutorial_steps = [
826
827
828
829
<p>Click again on "Cells to include" to validate the selection</p>
830
+ <p>Click then on "Next" to continue the tutorial</p>
831
832
833
+ // waitFor: 'click',
834
+ collectionIndex: 1
835
836
837
target: '#simConfiganalysisiplotTracesoverlay',
0 commit comments