diff --git a/projects/jupyter-server-ydoc/pyproject.toml b/projects/jupyter-server-ydoc/pyproject.toml index 52787208..f758ac17 100644 --- a/projects/jupyter-server-ydoc/pyproject.toml +++ b/projects/jupyter-server-ydoc/pyproject.toml @@ -29,7 +29,7 @@ authors = [ ] dependencies = [ "jupyter_server>=2.11.1,<3.0.0", - "jupyter_ydoc>=2.1.2,<4.0.0", + "jupyter_ydoc>=2.1.2,<4.0.0,!=3.0.0,!=3.0.1", "pycrdt", "pycrdt-websocket>=0.15.0,<0.16.0", "jupyter_events>=0.10.0", diff --git a/ui-tests/playwright.config.js b/ui-tests/playwright.config.js index 35b805c0..c609427b 100644 --- a/ui-tests/playwright.config.js +++ b/ui-tests/playwright.config.js @@ -20,7 +20,7 @@ module.exports = { }, expect: { toMatchSnapshot: { - maxDiffPixelRatio: 0.01 + maxDiffPixelRatio: 0.0001 } } }; diff --git a/ui-tests/tests/collaborationpanel.spec.ts-snapshots/collaborationPanelCollapsed-linux.png b/ui-tests/tests/collaborationpanel.spec.ts-snapshots/collaborationPanelCollapsed-linux.png index 511d77ee..3a373dc7 100644 Binary files a/ui-tests/tests/collaborationpanel.spec.ts-snapshots/collaborationPanelCollapsed-linux.png and b/ui-tests/tests/collaborationpanel.spec.ts-snapshots/collaborationPanelCollapsed-linux.png differ diff --git a/ui-tests/tests/collaborationpanel.spec.ts-snapshots/three-client-with-document-linux.png b/ui-tests/tests/collaborationpanel.spec.ts-snapshots/three-client-with-document-linux.png index c697a4ca..d4ca3f08 100644 Binary files a/ui-tests/tests/collaborationpanel.spec.ts-snapshots/three-client-with-document-linux.png and b/ui-tests/tests/collaborationpanel.spec.ts-snapshots/three-client-with-document-linux.png differ diff --git a/ui-tests/tests/collaborationpanel.spec.ts-snapshots/three-client-without-document-linux.png b/ui-tests/tests/collaborationpanel.spec.ts-snapshots/three-client-without-document-linux.png index c3164d33..3001f23a 100644 Binary files a/ui-tests/tests/collaborationpanel.spec.ts-snapshots/three-client-without-document-linux.png and b/ui-tests/tests/collaborationpanel.spec.ts-snapshots/three-client-without-document-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/initialization-open-notebook-guest-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/initialization-open-notebook-guest-linux.png index f36e936a..a952866c 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/initialization-open-notebook-guest-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/initialization-open-notebook-guest-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/initialization-open-notebook-host-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/initialization-open-notebook-host-linux.png index f36e936a..a952866c 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/initialization-open-notebook-host-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/initialization-open-notebook-host-linux.png differ