Skip to content

Commit

Permalink
add debug print of layers
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrobdolby committed Nov 7, 2024
1 parent 719bb0a commit ca9a542
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit ca9a542

Please sign in to comment.