Skip to content

Commit ccef97f

Browse files
committed
sleep a bit for nteract
1 parent 899c6f7 commit ccef97f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ci/job.combine.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/JupyterLibrary/clients/nteract_on_jupyter/Tree.robot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2122
Launch 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}

0 commit comments

Comments
 (0)