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 555abbd commit f37019fCopy full SHA for f37019f
packages/selenium-ide/src/neo/stores/view/PlaybackState.js
@@ -457,7 +457,7 @@ class PlaybackState {
457
testName: this.currentRunningTest.name,
458
suiteName: this.currentRunningSuite && this.currentRunningSuite.name,
459
projectName: UiState._project.name,
460
- test: this.currentRunningTest,
+ test: this.currentRunningTest.export(),
461
},
462
463
cb
0 commit comments