From b7da4bb62edcfaf0a0c8de76c94373a5b81b0cfa Mon Sep 17 00:00:00 2001 From: "Mazzella, Jesse D. (ARC-TI)[KBR Wyle Services, LLC]" Date: Mon, 21 Oct 2024 17:05:48 -0700 Subject: [PATCH] chore: bump @playwright/test to 1.48.1 --- .github/workflows/yamcs-quickstart-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yamcs-quickstart-e2e.yml b/.github/workflows/yamcs-quickstart-e2e.yml index 5efa438b..d42d0986 100644 --- a/.github/workflows/yamcs-quickstart-e2e.yml +++ b/.github/workflows/yamcs-quickstart-e2e.yml @@ -59,7 +59,7 @@ jobs: elif [ "${{ matrix.openmct-version }}" = "stable" ]; then npm run build:example fi - - run: npx playwright@1.47.2 install chromium + - run: npx playwright@1.48.1 install chromium - name: Check that yamcs is available run: | docker ps -a