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