diff --git a/packages/millicast-sdk/integration-tests/src/stepsImpl/viewerSelect.step.impl.ts b/packages/millicast-sdk/integration-tests/src/stepsImpl/viewerSelect.step.impl.ts index 837b4c36..0269be33 100644 --- a/packages/millicast-sdk/integration-tests/src/stepsImpl/viewerSelect.step.impl.ts +++ b/packages/millicast-sdk/integration-tests/src/stepsImpl/viewerSelect.step.impl.ts @@ -11,6 +11,7 @@ export async function viewerSelectLayer( await getListOfActorsEvents(scenarioWorld,actor) await waitForEventLayers(scenarioWorld,actor) + console.log(await getListOfActorsEvents(scenarioWorld,actor)) await runStep([ `the ${actor} switch to the "Viewer" app`, `the ${actor} executes the "window.millicastView.select({encodingId:"${encodingId}"})" JavaScript function on the page`,