Skip to content

Commit b6cd9f9

Browse files
committed
Skip tests:
- `Invalidates On Focus Loss`, - `Hover works in foreign code (javascript)` - `Mid Token Completions Do Not Overwrite`
1 parent e20f101 commit b6cd9f9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

atest/05_Features/Completion.robot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Invalidates On Focus Loss
8080
Enter Cell Editor 1 line=2
8181
Press Keys None TAB
8282
Click JupyterLab Menu File
83+
Skip # usptream issue https://github.com/jupyterlab/jupyterlab/issues/14496
8384
# just to increase chances of catching this on CI (which is slow)
8485
Sleep 4s
8586
Completer Should Not Suggest test
@@ -203,6 +204,7 @@ Mid Token Completions Do Not Overwrite
203204
Completer Should Suggest display_table
204205
Select Completer Suggestion display_table
205206
Capture Page Screenshot 02-completed.png
207+
Skip
206208
Wait Until Keyword Succeeds 40x 0.5s Cell Editor Should Equal 9 display_tabledata
207209
# `disp<tab>lay` → `display_table<cursor>`
208210
Place Cursor In Cell Editor At 11 line=1 character=4

atest/05_Features/Hover.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Hover can be triggered via modifier key once cursor stopped moving
5454
Hover works in foreign code (javascript)
5555
Enter Cell Editor 2
5656
Trigger Tooltip js_add
57+
Skip
5758
Capture Page Screenshot 02-hover-shown.png
5859
Element Should Contain ${HOVER_BOX} function js_add(a: any, b: any): any
5960
Page Should Contain Element ${HOVER_BOX} code.language-typescript

0 commit comments

Comments
 (0)