From 116491d71349f4f6a72ce852910e80b6e9434a05 Mon Sep 17 00:00:00 2001 From: Hassan Uraizee Date: Mon, 29 Apr 2019 11:11:23 -0700 Subject: [PATCH] Updated naming convention of WinAppDriver Start and Stop tasks in the UI Tests YAML --- build/pipelines/templates/run-ui-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/templates/run-ui-tests.yaml b/build/pipelines/templates/run-ui-tests.yaml index b3018a0d..070293db 100644 --- a/build/pipelines/templates/run-ui-tests.yaml +++ b/build/pipelines/templates/run-ui-tests.yaml @@ -36,7 +36,7 @@ jobs: arguments: -Force - task: WinAppDriver.winappdriver-pipelines-task.winappdriver-pipelines-task.Windows Application Driver@0 - displayName: 'Start - WinAppDriver' + displayName: 'WinAppDriver - Start' inputs: AgentResolution: 1080p @@ -50,6 +50,6 @@ jobs: configuration: Release - task: WinAppDriver.winappdriver-pipelines-task.winappdriver-pipelines-task.Windows Application Driver@0 - displayName: 'Stop - WinAppDriver' + displayName: 'WinAppDriver - Stop' inputs: OperationType: Stop \ No newline at end of file