From 823b155e3b86484a0c25ae329842677b5102def4 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sat, 3 Feb 2024 01:45:22 -0800 Subject: [PATCH] Fix string used in smoke test --- .github/workflows/test.yaml | 2 +- jupyter_remote_desktop_proxy/static/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index da75eda2..c39f134a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: run: | docker run -d -p 8888:8888 -e JUPYTER_TOKEN=secret jupyter-remote-desktop-proxy sleep 10 - curl 'http://localhost:8888/desktop/?token=secret' | grep 'Modified from novnc_lite.html example in noVNC' + curl 'http://localhost:8888/desktop/?token=secret' | grep 'Jupyter Remote Desktop Proxy' # TODO: Check VNC desktop works, e.g. by comparing Playwright screenshots # https://playwright.dev/docs/test-snapshots diff --git a/jupyter_remote_desktop_proxy/static/index.html b/jupyter_remote_desktop_proxy/static/index.html index 8cc89a17..d3d5616f 100644 --- a/jupyter_remote_desktop_proxy/static/index.html +++ b/jupyter_remote_desktop_proxy/static/index.html @@ -1,7 +1,7 @@ - noVNC + Jupyter Remote Desktop Proxy