From d837e1b50ed14b9cf60605fb50aa65c3c79dbe56 Mon Sep 17 00:00:00 2001 From: "Mazzella, Jesse D. (ARC-TI)[KBR Wyle Services, LLC]" Date: Tue, 1 Oct 2024 14:45:25 -0700 Subject: [PATCH] chore: bump playwright to 1.47.2 --- .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 ad5f2461..5efa438b 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.45.2 install chromium + - run: npx playwright@1.47.2 install chromium - name: Check that yamcs is available run: | docker ps -a