From f2bd88df96e1e94608cdc3dadc2975b94aa7a9b1 Mon Sep 17 00:00:00 2001 From: "Aman Kumar [SSW]" <71385247+amankumarrr@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:46:57 +1100 Subject: [PATCH] Adding typo to test --- .github/workflows/template-ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-ui-tests.yml b/.github/workflows/template-ui-tests.yml index 8c77705d01..5b70dc5eec 100644 --- a/.github/workflows/template-ui-tests.yml +++ b/.github/workflows/template-ui-tests.yml @@ -48,7 +48,7 @@ jobs: retry-delay: 10s - name: Run Playwright tests - run: npx playwright test ${{ inputs.tests_to_run }} seo-pr + run: npx playwright test ${{ inputs.tests_to_run }} seo-prs env: HOST_URL: ${{ inputs.deploy_url }}