This commit is contained in:
Emily Rohrbough
2022-09-14 15:14:27 -05:00
parent 07e56612d3
commit df456e0efc
+1 -3
View File
@@ -409,9 +409,7 @@ export class EventManager {
const hideCommandLog = window.__CYPRESS_CONFIG__.hideCommandLog
if (runState?.studio) {
this.studioStore.initialize(config, runState)
}
this.studioStore.initialize(config, runState)
const runnables = Cypress.runner.normalizeAll(runState.tests, hideCommandLog)