From 17adacfc7087adf3d3535e9fb4fb0dfb1a8a7b2f Mon Sep 17 00:00:00 2001 From: jwrob Date: Tue, 12 Nov 2024 11:25:05 +0100 Subject: [PATCH] after env variables updated --- .../integration-tests/features/simulcast.feature | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/millicast-sdk/integration-tests/features/simulcast.feature b/packages/millicast-sdk/integration-tests/features/simulcast.feature index 57b13132..56abe37a 100644 --- a/packages/millicast-sdk/integration-tests/features/simulcast.feature +++ b/packages/millicast-sdk/integration-tests/features/simulcast.feature @@ -13,14 +13,14 @@ Feature: Simulcast Feature | events | layers,active | Then the "viewer1" connected stream should be LIVE - When the "viewer1" selects simulcast layer with encodingId "f" - Then the "viewer1" verifies video resolution for layer "f" + When the "viewer1" selects simulcast layer with encodingId "0" + Then the "viewer1" verifies video resolution for layer "0" - When the "viewer1" selects simulcast layer with encodingId "h" - Then the "viewer1" verifies video resolution for layer "h" + When the "viewer1" selects simulcast layer with encodingId "1" + Then the "viewer1" verifies video resolution for layer "1" - When the "viewer1" selects simulcast layer with encodingId "q" - Then the "viewer1" verifies video resolution for layer "q" + When the "viewer1" selects simulcast layer with encodingId "2" + Then the "viewer1" verifies video resolution for layer "2" Examples: | codec |