File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/JupyterLibrary/clients/nteract_on_jupyter Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,17 @@ jobs:
1616 parameters :
1717 name : Linux
1818 - task : DownloadPipelineArtifact@0
19+ condition : always()
1920 inputs :
2021 artifactName : Linux Tests
2122 targetPath : _artifacts/test_output
2223 - task : DownloadPipelineArtifact@0
24+ condition : always()
2325 inputs :
2426 artifactName : MacOSX Tests
2527 targetPath : _artifacts/test_output
2628 - task : DownloadPipelineArtifact@0
29+ condition : always()
2730 inputs :
2831 artifactName : Windows Tests
2932 targetPath : _artifacts/test_output
Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ Open nteract
1717 ${final_url } = Set Variable If "${url } " ${url } ${nbserver_url } nteract?token=${token }
1818 Open Browser url=${final_url } browser=${browser } &{configuration }
1919 Wait Until Page Contains Element css:${NOJ CSS TREE LIST }
20+ Sleep 1s
2021
2122Launch a new nteract Notebook
2223 [Arguments] ${kernel } =Python 3
2324 [Documentation] Use the nteract tree to launch a
2425 ... Notebook with the given ``kernel``
2526 Click Element css:${NOJ CSS CARD KERNEL } \[title$="${kernel } "]
27+ Sleep 1s
2628 Run Keyword and Ignore Error Select Window NEW
2729 Wait Until Page Contains Element css:${NOJ CSS CELL }
You can’t perform that action at this time.
0 commit comments