Skip to content
Snippets Groups Projects

recovering from situations when user does something between steps

Merged David Hoksza requested to merge pdmap-scenario into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -243,6 +243,12 @@ function initializeStoryContet($introContainer, params){
$(selections.genericSearchInput).val("PINK1,Parkin");
// $(selections.clearButton).click();
}
} else {
if (this._currentStep == 4) {
stepsToCarryOut.push(3);
} else if (this._currentStep == 6) {
stepsToCarryOut.push(5);
}
}
stepsToCarryOut.push(this._currentStep);
Loading