You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI tests time out when using Galata with the Firefox browser. This happens when loading the default JupyterLab page, and might be related to the waitForApplication logic.
Follow the instructions to setup the UI tests and install playwright
Run jlpm test --browser firefox
The tests time out
chromium
galata-chromium.mp4
firefox
galata-firefox.mp4
Expected behavior
The tests should run fine like on Chromium.
Context
This was first noticed in jupyterlite/jupyterlite#1019 (which tests on both chromium and firefox), but it is easily reproducible with the extension template.
This is related to #15088, which can help catch such issues.
The text was updated successfully, but these errors were encountered:
There was the same issue a little while ago with chromium if not on the latest versions of the @jupyterlab and @lumino pacakges. This seems to have been fixed in #14945 for chromium at least, but not for firefox.
cc @fcollonval who might know about this and also as the author of #14945,
jtpio
changed the title
Galata stuck when loading for JupyterLab to be ready on Firefox
Galata stuck when waiting for JupyterLab to be ready on Firefox
Sep 7, 2023
Description
UI tests time out when using Galata with the Firefox browser. This happens when loading the default JupyterLab page, and might be related to the
waitForApplication
logic.Reproduce
jlpm test --browser firefox
chromium
galata-chromium.mp4
firefox
galata-firefox.mp4
Expected behavior
The tests should run fine like on Chromium.
Context
This was first noticed in jupyterlite/jupyterlite#1019 (which tests on both
chromium
andfirefox
), but it is easily reproducible with the extension template.This is related to #15088, which can help catch such issues.
The text was updated successfully, but these errors were encountered: