From a0e2c27746f252f5a65ca0a76f33f57960626e37 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Thu, 8 Feb 2024 21:56:05 -0800 Subject: [PATCH] Update run-ui-tests-ci.yml --- .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 8cf80c23e0..af2ac9eaae 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -40,7 +40,7 @@ jobs: displayName: 'Start - WinAppDriver' inputs: OperationType: 'Start' - #WADArguments: 127.0.0.1 4723 + WADArguments: 127.0.0.1 4723 - task: VSTest@2 displayName: 'UI Tests'