From 47a228d295421730b57f1c0216a9f20f62fc60b6 Mon Sep 17 00:00:00 2001 From: seraphima Date: Tue, 6 Feb 2024 14:18:08 +0100 Subject: [PATCH] default address --- .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 b97ac7fc6d..7f754e48a6 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -39,7 +39,7 @@ jobs: - task: WinAppDriver.winappdriver-pipelines-task.winappdriver-pipelines-task.Windows Application Driver@0 displayName: 'Start - WinAppDriver' inputs: - WADArguments: 127.0.0.1 4723/wd/hub + WADArguments: 127.0.0.1 4723 - task: VSTest@2 displayName: 'UI Tests'