@@ -114,43 +114,43 @@ Triggers Completer On Dot
114
114
Completer Should Suggest append
115
115
116
116
Material Theme Works
117
- Configure JupyterLab Plugin {"theme": "material"} plugin id=${COMPLETION PLUGIN ID }
117
+ Configure JupyterLab Plugin {"theme": "material"} plugin id=${COMPLETION PLUGIN ID }
118
118
Capture Page Screenshot 01-configured.png
119
119
Enter Cell Editor 1 line=2
120
120
Trigger Completer
121
121
Capture Page Screenshot 02-completions-shown.png
122
122
# TabError is a builtin exception which is a class in Python,
123
123
# so we should get lsp:material-class-light icon:
124
124
Completer Should Suggest TabError
125
- Completer Should Include Icon lsp:material-class-light
125
+ Completer Should Include Icon lsp:material-class-light
126
126
127
127
VSCode Theme Works
128
- Configure JupyterLab Plugin {"theme": "vscode"} plugin id=${COMPLETION PLUGIN ID }
128
+ Configure JupyterLab Plugin {"theme": "vscode"} plugin id=${COMPLETION PLUGIN ID }
129
129
Capture Page Screenshot 01-configured.png
130
130
Enter Cell Editor 1 line=2
131
131
Trigger Completer
132
132
Capture Page Screenshot 02-completions-shown.png
133
133
Completer Should Suggest TabError
134
- Completer Should Include Icon lsp:vscode-class-light
134
+ Completer Should Include Icon lsp:vscode-class-light
135
135
136
136
VSCode Dark Theme Works
137
- ${file } = Set Variable Completion.ipynb
137
+ ${file } = Set Variable Completion.ipynb
138
138
Lab Command Use JupyterLab Dark Theme
139
139
Wait For Splash
140
140
Capture Page Screenshot 00-theme-changed.png
141
- Configure JupyterLab Plugin {"theme": "vscode"} plugin id=${COMPLETION PLUGIN ID }
141
+ Configure JupyterLab Plugin {"theme": "vscode"} plugin id=${COMPLETION PLUGIN ID }
142
142
Capture Page Screenshot 01-configured.png
143
143
Open ${file } in ${MENU NOTEBOOK }
144
144
Enter Cell Editor 1 line=2
145
145
Trigger Completer
146
146
Capture Page Screenshot 02-completions-shown.png
147
147
Completer Should Suggest TabError
148
- Completer Should Include Icon lsp:vscode-class-dark
148
+ Completer Should Include Icon lsp:vscode-class-dark
149
149
Lab Command Use JupyterLab Light Theme
150
150
Wait For Splash
151
151
152
152
Works Without A Theme
153
- Configure JupyterLab Plugin {"theme": null} plugin id=${COMPLETION PLUGIN ID }
153
+ Configure JupyterLab Plugin {"theme": null} plugin id=${COMPLETION PLUGIN ID }
154
154
Capture Page Screenshot 01-configured.png
155
155
Enter Cell Editor 1 line=2
156
156
Trigger Completer
@@ -159,7 +159,7 @@ Works Without A Theme
159
159
Wait Until Page Contains Element ${COMPLETER_BOX } .jp-Completer-monogram
160
160
161
161
Works With Incorrect Theme
162
- Configure JupyterLab Plugin {"theme": "a-non-existing-theme"} plugin id=${COMPLETION PLUGIN ID }
162
+ Configure JupyterLab Plugin {"theme": "a-non-existing-theme"} plugin id=${COMPLETION PLUGIN ID }
163
163
Capture Page Screenshot 01-configured.png
164
164
Enter Cell Editor 1 line=2
165
165
Trigger Completer
@@ -184,7 +184,7 @@ Cell Editor Should Equal
184
184
Select Completer Suggestion
185
185
[Arguments] ${text }
186
186
${suggestion } = Set Variable css:.jp-Completer-item[data-value="${text } "]
187
- Wait Until Element Is Visible ${suggestion } timeout=10s
187
+ Wait Until Element Is Visible ${suggestion } timeout=10s
188
188
Mouse Over ${suggestion }
189
189
Click Element ${suggestion } code
190
190
0 commit comments