From 101458aac12fc5b5ff8fa48339d9cfd93de78d14 Mon Sep 17 00:00:00 2001 From: "David L. Qiu" Date: Wed, 11 Oct 2023 15:45:12 -0700 Subject: [PATCH] fix jupyterlab==4.0.6 in E2E tests --- .github/workflows/e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index b1cd3325..4f0b6a5d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -26,7 +26,7 @@ jobs: uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - name: Install extension dependencies - run: python -m pip install -U jupyterlab==4.0.3 + run: python -m pip install -U jupyterlab==4.0.6 - name: Build the extension run: | @@ -57,7 +57,7 @@ jobs: working-directory: ui-tests run: jlpm install-chromium - - name: Execute integration tests + - name: Run E2E Playwright tests working-directory: ui-tests run: jlpm test