We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fadaf commit 1131b66Copy full SHA for 1131b66
atest/05_Features/Completion.robot
@@ -12,7 +12,7 @@ Force Tags feature:completion
12
${COMPLETER_BOX} css:.jp-Completer.jp-HoverBox
13
${DOCUMENTATION_PANEL} css:.jp-Completer-docpanel
14
${KERNEL_BUSY_INDCA_OLD} css:.jp-NotebookPanel-toolbar div[title="Kernel Busy"]
15
-${KERNEL_BUSY_INDICATOR} css:.jp-Notebook-ExecutionIndicator div[data-status="busy"]
+${KERNEL_BUSY_INDICATOR} css:.jp-Notebook-ExecutionIndicator[data-status="busy"]
16
17
18
*** Test Cases ***
0 commit comments