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
Currently, the travis build fails due to cypress integration test failing (opening_files.js). Specifically one part of the test fails when testing 'Open With -> Voyager'.
This is a known issue due to a disconnect between jupyterlab expecting native click events, while cypress triggers the context menu not via native events. There are milestones for both Jupyterlab and Cypress in order to address this disconnection, but there's no real date in mind for the feature update. More info on the issue can be followed here
This also can hinder writing tests for future features...I think there are two options here
Wait on the issue to be corrected from either the jupyerlab side or cypress side
Utilize another testing framework (potentially jest)
@playermanny2 I am happy with either approach. I am not actively looking into fixing the issue, so if you would like to switch to another testing approach I would support that!
Currently, the travis build fails due to cypress integration test failing (opening_files.js). Specifically one part of the test fails when testing 'Open With -> Voyager'.
This is a known issue due to a disconnect between jupyterlab expecting native click events, while cypress triggers the context menu not via native events. There are milestones for both Jupyterlab and Cypress in order to address this disconnection, but there's no real date in mind for the feature update. More info on the issue can be followed here
This also can hinder writing tests for future features...I think there are two options here
@saulshanabrook
The text was updated successfully, but these errors were encountered: