File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
*** Settings ***
2
2
Suite Setup Setup Suite For Screenshots completion
3
- Force Tags feature:completion
4
- Resource ../Keywords.robot
5
3
Test Setup Setup Notebook Python Completion.ipynb
6
4
Test Teardown Clean Up After Working With File Completion.ipynb
5
+ Force Tags feature:completion
6
+ Resource ../Keywords.robot
7
7
8
8
*** Variables ***
9
9
${COMPLETER_BOX } css:.jp-Completer.jp-HoverBox
@@ -111,7 +111,7 @@ Select Completer Suggestion
111
111
Completer Should Suggest
112
112
[Arguments] ${text }
113
113
Wait Until Page Contains Element ${COMPLETER_BOX } .jp-Completer-item[data-value="${text } "]
114
- Capture Page Screenshot ${text.replace(' ', '_') } .png
114
+ Capture Page Screenshot ${text.replace(' ', '_') } .png
115
115
116
116
Completer Should Not Suggest
117
117
[Arguments] ${text }
You can’t perform that action at this time.
0 commit comments