Skip to content

Commit d878ff7

Browse files
author
David Haeffner
committed
Fix for playback test skipping. Fixes #873
1 parent 5e8d3b0 commit d878ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/neo/stores/view/PlaybackState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ class PlaybackState {
480480
this._testsToRun.shift()
481481
// pull the next test off the test queue for execution
482482
this.currentRunningTest = this._testsToRun.shift()
483-
this.originalCalledTest = this._testsToRun.shift()
483+
this.originalCalledTest = this.currentRunningTest
484484
this.runningQueue = this.currentRunningTest.commands.slice()
485485
this.clearStack()
486486
this.errors = 0

0 commit comments

Comments
 (0)