We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8d3b0 commit d878ff7Copy full SHA for d878ff7
packages/selenium-ide/src/neo/stores/view/PlaybackState.js
@@ -480,7 +480,7 @@ class PlaybackState {
480
this._testsToRun.shift()
481
// pull the next test off the test queue for execution
482
this.currentRunningTest = this._testsToRun.shift()
483
- this.originalCalledTest = this._testsToRun.shift()
+ this.originalCalledTest = this.currentRunningTest
484
this.runningQueue = this.currentRunningTest.commands.slice()
485
this.clearStack()
486
this.errors = 0
0 commit comments