jupyterlab-sos
jupyterlab-sos copied to clipboard
test fails due to perhaps a selenium bug.
https://travis-ci.org/github/vatlab/jupyterlab-sos/builds/682779170
Setting
export JUPYTER_TEST_BROWSER=live
and running the test
pytest test/test_workflow.py
shows that the text is not correctly inserted, which did not happen before.
The code that causes the problem is
https://github.com/vatlab/jupyterlab-sos/blob/abd16c3aa68688a44b2308a98182034bb18db991/test/test_utils.py#L415