Skip to content

Commit 6ee606f

Browse files
committed
netpyne-149 Add validation for tutorial 3
1 parent e8b8868 commit 6ee606f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

webapp/redux/reducers/data/tutorial3_steps.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ const tutorial3_steps = [
148148
<p>Increase the initial concentration to 0.1.</p>
149149
</div>
150150
),
151-
waitFor: 'fieldEdition'
151+
waitFor: 'fieldEdition',
152+
validation: '0.1'
152153
},
153154
// Update the model
154155
{

0 commit comments

Comments
 (0)