File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ Force Tags feature:completion
11
11
*** Variables ***
12
12
${COMPLETER_BOX } css:.jp-Completer.jp-HoverBox
13
13
${DOCUMENTATION_PANEL } css:.jp-Completer-docpanel
14
- ${KERNEL_BUSY_INDCA_OLD } css:.jp-NotebookPanel-toolbar div[title="Kernel Busy"]
15
14
${KERNEL_BUSY_INDICATOR } css:.jp-Notebook-ExecutionIndicator[data-status="busy"]
16
15
17
16
@@ -452,20 +451,12 @@ Should Complete While Kernel Is Busy
452
451
# Lab Command Run Selected Cells And Don't Advance
453
452
Press Keys None CTRL+ENTER
454
453
# Confirm that the kernel is busy
455
- IF '${LAB VERSION } '.startswith('3.4')
456
- Wait Until Page Contains Element ${KERNEL_BUSY_INDICATOR } timeout=5s
457
- ELSE
458
- Wait Until Page Contains Element ${KERNEL_BUSY_INDCA_OLD } timeout=5s
459
- END
454
+ Wait Until Page Contains Element ${KERNEL_BUSY_INDICATOR } timeout=5s
460
455
# Enter a cell with "t"
461
456
Enter Cell Editor 18
462
457
# Check if completion worked
463
458
Enter Cell Editor 1 line=2
464
459
Trigger Completer timeout=10s
465
460
Completer Should Suggest test
466
461
# Confirm that the kernel indicator was busy all along
467
- IF '${LAB VERSION } '.startswith('3.4')
468
- Page Should Contain Element ${KERNEL_BUSY_INDICATOR }
469
- ELSE
470
- Page Should Contain Element ${KERNEL_BUSY_INDCA_OLD }
471
- END
462
+ Page Should Contain Element ${KERNEL_BUSY_INDICATOR }
You can’t perform that action at this time.
0 commit comments