Skip to content

Commit f37019f

Browse files
committed
send non-mobx object to playbackStarted
1 parent 555abbd commit f37019f

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
@@ -457,7 +457,7 @@ class PlaybackState {
457457
testName: this.currentRunningTest.name,
458458
suiteName: this.currentRunningSuite && this.currentRunningSuite.name,
459459
projectName: UiState._project.name,
460-
test: this.currentRunningTest,
460+
test: this.currentRunningTest.export(),
461461
},
462462
},
463463
cb

0 commit comments

Comments
 (0)