From 43027f6d7b3d0d083df94320a73c9ce1b5e259bc Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Thu, 10 Jul 2025 09:43:00 -0400 Subject: [PATCH] Fixes: Removes extra comma from path Removes an extraneous comma in the path definition, resolving an issue caused by the incorrect path formatting. --- temp/playwright-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/playwright-test.yml b/temp/playwright-test.yml index 9f8db1d37..9d82ab736 100644 --- a/temp/playwright-test.yml +++ b/temp/playwright-test.yml @@ -244,7 +244,7 @@ jobs: echo "Retrieved branch name: '$branch_name'" JIRA_CARD_NUMBER="${branch_name##*/}" echo "Extracted JIRA Card number: '$JIRA_CARD_NUMBER'" - export PLAYWRIGHT_PATH="${{ parameters.playwrightTestsPath }}"" + export PLAYWRIGHT_PATH="${{ parameters.playwrightTestsPath }}" container_id=$(docker create \ --ipc=host \ --env-file "${{ parameters.envFileName }}" \