From 061d337195182b2ef3806a37069effe324621185 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Fri, 9 Feb 2024 09:32:04 +0000 Subject: [PATCH] AgentResolution should be a string --- .pipelines/ci/templates/run-ui-tests-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 9488a71f77..bdbd29bf25 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -41,7 +41,7 @@ jobs: inputs: OperationType: 'Start' WADArguments: 127.0.0.1 4723 - AgentResolution: 1080p + AgentResolution: '1080p' - task: VSTest@2 displayName: 'UI Tests'